Chromium Code Reviews| 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 d3dc3fe5770f2a4df0080894da16ea9fea34f512..94d3923602fa57bed88833979461b8b1b15e93eb 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 |
| @@ -175,9 +175,6 @@ public class ContentShellActivity extends Activity { |
| @Override |
| protected void onStop() { |
|
David Trainor- moved to gerrit
2015/01/15 01:16:07
Delete!
Changwan Ryu
2015/01/15 01:51:34
Done.
|
| super.onStop(); |
| - |
| - ContentViewCore contentViewCore = getActiveContentViewCore(); |
| - if (contentViewCore != null) contentViewCore.onHide(); |
| } |
| @Override |