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