Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Unified Diff: chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastBrowserHelper.java

Issue 2247143004: Remove app context init from LibraryLoader. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix per review. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 6c2c317dd4f5835c37b11c0bf07f05d6672713f7..3dbd66712513f64067383c364d67db669a42f408 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
@@ -63,7 +63,7 @@ public class CastBrowserHelper {
DeviceUtils.addDeviceSpecificUserAgentSwitch(context);
try {
- LibraryLoader.get(LibraryProcessType.PROCESS_BROWSER).ensureInitialized(context);
+ LibraryLoader.get(LibraryProcessType.PROCESS_BROWSER).ensureInitialized();
Log.d(TAG, "Loading BrowserStartupController...");
BrowserStartupController.get(context, LibraryProcessType.PROCESS_BROWSER)

Powered by Google App Engine
This is Rietveld 408576698