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

Unified Diff: content/shell/browser/shell_browser_main_parts.h

Issue 1854933002: [Android] Initialize CrashDumpManager earlier in ContentShell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | content/shell/browser/shell_browser_main_parts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/shell_browser_main_parts.h
diff --git a/content/shell/browser/shell_browser_main_parts.h b/content/shell/browser/shell_browser_main_parts.h
index e506bff01258efc4408dce682216491752bbb135..f8e356f7a3873373384dbba25dd69533dfefc984 100644
--- a/content/shell/browser/shell_browser_main_parts.h
+++ b/content/shell/browser/shell_browser_main_parts.h
@@ -39,6 +39,9 @@ class ShellBrowserMainParts : public BrowserMainParts {
// BrowserMainParts overrides.
void PreEarlyInitialization() override;
+#if defined(OS_ANDROID)
+ int PreCreateThreads() override;
+#endif
void PreMainMessageLoopStart() override;
void PostMainMessageLoopStart() override;
void PreMainMessageLoopRun() override;
« no previous file with comments | « no previous file | content/shell/browser/shell_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698