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

Unified Diff: chrome/browser/chrome_browser_main_android.h

Issue 889083002: Initialize Android CrashDumpManager earlier (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/CHECK/DCHECK Created 5 years, 11 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 | chrome/browser/chrome_browser_main_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main_android.h
diff --git a/chrome/browser/chrome_browser_main_android.h b/chrome/browser/chrome_browser_main_android.h
index 492600d1d5db65ec95b93705240aded66c6d7244..f0d68d5524dc049cc82b3929927985a880da82eb 100644
--- a/chrome/browser/chrome_browser_main_android.h
+++ b/chrome/browser/chrome_browser_main_android.h
@@ -20,7 +20,7 @@ class ChromeBrowserMainPartsAndroid : public ChromeBrowserMainParts {
virtual ~ChromeBrowserMainPartsAndroid();
// content::BrowserMainParts overrides.
- virtual void PreProfileInit() override;
+ virtual int PreCreateThreads() override;
virtual void PostProfileInit() override;
virtual void PreEarlyInitialization() override;
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698