| 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 45fa3fa117e7ce00358a0074628da2309eb3ff9b..f1018e3cf04bbf68342e713083d965f7d48dd6c4 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
|
| @@ -239,9 +239,6 @@ public class ChromeShellActivity extends ActionBarActivity implements AppMenuPro
|
| super.onStop();
|
|
|
| if (mToolbar != null) mToolbar.hideSuggestions();
|
| -
|
| - Tab activeTab = getActiveTab();
|
| - if (activeTab != null) activeTab.onActivityStop();
|
| }
|
|
|
| @Override
|
|
|