summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/IntentHandler.java
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2010-12-16 17:30:34 -0800
committerJohn Reck <jreck@google.com>2010-12-17 14:19:05 -0800
commit30c714c853a4239e72ab1e238ce2a92472d06ab0 (patch)
tree397e4e02aa9404f008d65d24fa1d3e6ae039ccd9 /src/com/android/browser/IntentHandler.java
parent39772c83f8e210eed1186b66f5f4841aa41776ee (diff)
downloadpackages_apps_Browser-30c714c853a4239e72ab1e238ce2a92472d06ab0.tar.gz
packages_apps_Browser-30c714c853a4239e72ab1e238ce2a92472d06ab0.tar.bz2
packages_apps_Browser-30c714c853a4239e72ab1e238ce2a92472d06ab0.zip
Overhaul handling tab data updates
Bug: 2127502, 3191165 Pushed some state tracking to the tab for URL, title, favicon, and lock status. This allowed me to remove many duplicate methods of updating that data, preventing the UI from getting out of sync with the web view. Change-Id: I995caa98068ad03ca37710207b5ab57bb9d801ab
Diffstat (limited to 'src/com/android/browser/IntentHandler.java')
-rw-r--r--src/com/android/browser/IntentHandler.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/browser/IntentHandler.java b/src/com/android/browser/IntentHandler.java
index bd5595f9a..e5abb11c1 100644
--- a/src/com/android/browser/IntentHandler.java
+++ b/src/com/android/browser/IntentHandler.java
@@ -75,7 +75,6 @@ public class IntentHandler {
return;
}
mController.setActiveTab(current);
- mController.resetTitleAndIcon(current);
}
final String action = intent.getAction();
final int flags = intent.getFlags();