| Index: chrome/android/java/src/org/chromium/chrome/browser/Tab.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/Tab.java b/chrome/android/java/src/org/chromium/chrome/browser/Tab.java
|
| index 811cc44a68b5629421a4ad32e856243b83b0a1df..b7b22dd765f3d1b3562c7e9d9f72ac3b72899584 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/Tab.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/Tab.java
|
| @@ -1085,14 +1085,6 @@ public class Tab implements ViewGroup.OnHierarchyChangeListener,
|
| }
|
|
|
| /**
|
| - * Called on the foreground tab when the Activity is stopped.
|
| - */
|
| - // TODO(changwan): remove this
|
| - public void onActivityStop() {
|
| - hide();
|
| - }
|
| -
|
| - /**
|
| * Prepares the tab to be shown. This method is supposed to be called before the tab is
|
| * displayed. It restores the ContentView if it is not available after the cold start and
|
| * reloads the tab if its renderer has crashed.
|
|
|