| Index: chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastBrowserHelper.java
|
| diff --git a/chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastBrowserHelper.java b/chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastBrowserHelper.java
|
| index 70fc9cdc9fbc390bd20f3944964a877c55d90459..22a453a6de07b428a1e7454ea4b9fe39e730f812 100644
|
| --- a/chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastBrowserHelper.java
|
| +++ b/chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastBrowserHelper.java
|
| @@ -70,7 +70,7 @@ public class CastBrowserHelper {
|
| LibraryLoader.get(LibraryProcessType.PROCESS_BROWSER).ensureInitialized(context);
|
|
|
| Log.d(TAG, "Loading BrowserStartupController...");
|
| - BrowserStartupController.get(context, LibraryProcessType.PROCESS_BROWSER)
|
| + BrowserStartupController.get(context, LibraryProcessType.PROCESS_BROWSER, true)
|
| .startBrowserProcessesSync(false);
|
| NetworkChangeNotifier.init(context);
|
| // Cast shell always expects to receive notifications to track network state.
|
|
|