summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/NavigationBarTablet.java
diff options
context:
space:
mode:
authorVivek Sekhar <vsekhar@codeaurora.org>2015-04-08 17:54:05 -0700
committerWebTech Code Review <code-review@localhost>2015-04-21 13:55:03 -0700
commitc70ae6384e8a98afb98b937b490d0e1c9a88a35f (patch)
tree75912f23865ef312dc5a139e93375084d88abedc /src/com/android/browser/NavigationBarTablet.java
parent4f5137dd251c0ed9fde8bcd0dca46d04c662b4bd (diff)
downloadandroid_packages_apps_Gello-c70ae6384e8a98afb98b937b490d0e1c9a88a35f.tar.gz
android_packages_apps_Gello-c70ae6384e8a98afb98b937b490d0e1c9a88a35f.tar.bz2
android_packages_apps_Gello-c70ae6384e8a98afb98b937b490d0e1c9a88a35f.zip
Cleanup tab crash view from browser
Change-Id: Ic382071ef6cfdac1a45e187d331493fe15b0f1b3
Diffstat (limited to 'src/com/android/browser/NavigationBarTablet.java')
-rw-r--r--src/com/android/browser/NavigationBarTablet.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/com/android/browser/NavigationBarTablet.java b/src/com/android/browser/NavigationBarTablet.java
index 055da984..31edce90 100644
--- a/src/com/android/browser/NavigationBarTablet.java
+++ b/src/com/android/browser/NavigationBarTablet.java
@@ -230,10 +230,6 @@ public class NavigationBarTablet extends NavigationBarBase implements StateListe
} else {
if (mUiController.getCurrentTopWebView() != null) {
Tab currTab = mUiController.getTabControl().getCurrentTab();
- if (currTab.hasCrashed) {
- currTab.replaceCrashView(mUiController.getCurrentTopWebView(),
- currTab.getViewContainer());
- }
mUiController.getCurrentTopWebView().reload();
}
}