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