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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/ChromeApplication.java

Issue 2363323003: Fix ContextUtils test flakiness. (Closed)
Patch Set: Remove debug log. 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/ChromeApplication.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ChromeApplication.java b/chrome/android/java/src/org/chromium/chrome/browser/ChromeApplication.java
index 9aa2c1c4745a2efa743fd89b6a6e8c9ce5acc30b..f59ebbe1ebbb4b00cccb7e63241398a8136cc387 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ChromeApplication.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ChromeApplication.java
@@ -92,6 +92,11 @@ public class ChromeApplication extends ContentApplication {
private PrintingController mPrintingController;
+ public ChromeApplication() {
+ super();
+ ContextUtils.initApplicationContext(this);
+ }
+
/**
* This is called during early initialization in order to set up ChildProcessLauncher
* for certain Chrome packaging configurations
@@ -113,7 +118,6 @@ public class ChromeApplication extends ContentApplication {
TraceEvent.begin("ChromeApplication.onCreate");
super.onCreate();
- ContextUtils.initApplicationContext(this);
TraceEvent.end("ChromeApplication.onCreate");
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698