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 3de8cf72039234fedf6c280b705f1111d85d781f..6c9bef6712b7faaad374d97b8d25ecee4aba3d15 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 |
@@ -35,6 +35,7 @@ |
import org.chromium.chrome.browser.share.ShareHelper; |
import org.chromium.chrome.shell.sync.SyncController; |
import org.chromium.components.dom_distiller.core.DomDistillerUrlUtils; |
+import org.chromium.content.app.ContentApplication; |
import org.chromium.content.browser.ActivityContentVideoViewClient; |
import org.chromium.content.browser.BrowserStartupController; |
import org.chromium.content.browser.ContentViewCore; |
@@ -102,7 +103,7 @@ public AppMenuHandler getAppMenuHandler(Activity activity, |
protected void onCreate(final Bundle savedInstanceState) { |
super.onCreate(savedInstanceState); |
- ChromeShellApplication.initCommandLine(); |
+ ContentApplication.initCommandLine(this); |
waitForDebuggerIfNeeded(); |
DeviceUtils.addDeviceSpecificUserAgentSwitch(this); |