Index: chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java |
diff --git a/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java b/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java |
index 687fe99c44cbfa1765a377af663da7cacbccf153..2e3208fe2ef41d1689b1a1d1c2a03bccf14bf035 100644 |
--- a/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java |
+++ b/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java |
@@ -271,6 +271,9 @@ |
super.onStop(); |
if (mToolbar != null) mToolbar.hideSuggestions(); |
+ |
+ Tab activeTab = getActiveTab(); |
+ if (activeTab != null) activeTab.onActivityStop(); |
} |
@Override |