Index: content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java |
diff --git a/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java b/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java |
index bc460bf6d028469f4d529c9dfd83cecd28eae18b..7d31a26ef66dc5affcd0479dacc4ed67edc6027d 100644 |
--- a/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java |
+++ b/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java |
@@ -183,14 +183,6 @@ public class ContentShellActivity extends Activity { |
} |
@Override |
- protected void onStop() { |
- super.onStop(); |
- |
- ContentViewCore contentViewCore = getActiveContentViewCore(); |
- if (contentViewCore != null) contentViewCore.onHide(); |
- } |
- |
- @Override |
protected void onStart() { |
super.onStart(); |