diff options
| author | Michael Kolb <kolby@google.com> | 2012-04-25 14:14:26 -0700 |
|---|---|---|
| committer | Michael Kolb <kolby@google.com> | 2012-04-25 14:14:26 -0700 |
| commit | e8a823329e004c4261ee5f810e1ca3ebd90914dd (patch) | |
| tree | aff80fe421ec67f92ee8c2feb940e037cb528c71 /src/com/android/browser/Tab.java | |
| parent | 799a1ac48f47606404608d06f5aa17d0d3118a1b (diff) | |
| download | packages_apps_Browser-e8a823329e004c4261ee5f810e1ca3ebd90914dd.tar.gz packages_apps_Browser-e8a823329e004c4261ee5f810e1ca3ebd90914dd.tar.bz2 packages_apps_Browser-e8a823329e004c4261ee5f810e1ca3ebd90914dd.zip | |
Fix QuickControls after title bar tweaks
Bug: 6398599
Minor cleanup in title bar code.
Change-Id: I55357acb86050e549d80d44d99f4a89ed1e49e9d
Diffstat (limited to 'src/com/android/browser/Tab.java')
| -rw-r--r-- | src/com/android/browser/Tab.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/com/android/browser/Tab.java b/src/com/android/browser/Tab.java index cbda456a1..73f5b9e62 100644 --- a/src/com/android/browser/Tab.java +++ b/src/com/android/browser/Tab.java @@ -1958,12 +1958,6 @@ class Tab implements PictureListener { return mInPageLoad; } - // force mInLoad to be false. This should only be called before closing the - // tab to ensure BrowserActivity's pauseWebViewTimers() is called correctly. - void clearInPageLoad() { - mInPageLoad = false; - } - /** * @return The Bundle with the tab's state if it can be saved, otherwise null */ |
