| Index: components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMDriver.java
|
| diff --git a/components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMDriver.java b/components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMDriver.java
|
| index e13ae1f940954907adddc9595c8aa0c61aaa3028..8c587a47cf22e33aedd418b5f3c041f0b86151cc 100644
|
| --- a/components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMDriver.java
|
| +++ b/components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMDriver.java
|
| @@ -17,6 +17,7 @@
|
| import org.chromium.base.JNINamespace;
|
| import org.chromium.base.ThreadUtils;
|
| import org.chromium.base.library_loader.ProcessInitException;
|
| +import org.chromium.content.app.ContentApplication;
|
| import org.chromium.content.browser.BrowserStartupController;
|
|
|
| import java.util.ArrayList;
|
| @@ -245,8 +246,7 @@ private static void launchNativeThen(Context context, Runnable task) {
|
| return;
|
| }
|
|
|
| - // TODO(johnme): Call ChromeMobileApplication.initCommandLine(context) or
|
| - // ChromeShellApplication.initCommandLine() as appropriate.
|
| + ContentApplication.initCommandLine(context);
|
|
|
| try {
|
| BrowserStartupController.get(context).startBrowserProcessesSync(false);
|
|
|