commit | e834612b9e99125f7e49523559f856953cdf01ea | [log] [tgz] |
---|---|---|
author | jbudorick <[email protected]> | Sat Apr 02 22:36:41 2016 |
committer | Commit bot <[email protected]> | Sat Apr 02 22:38:26 2016 |
tree | 6bc318e43d6d19fc417f5e8fff031f571e6c8af2 | |
parent | c8d7be91f907785feeff1b0481404e4a1f526033 [diff] [blame] |
[Android] Initialize CrashDumpManager earlier in ContentShell. BUG=598132 Review URL: https://codereview.chromium.org/1854933002 Cr-Commit-Position: refs/heads/master@{#384815}
diff --git a/content/shell/browser/shell_browser_main_parts.h b/content/shell/browser/shell_browser_main_parts.h index e506bff..f8e356f 100644 --- a/content/shell/browser/shell_browser_main_parts.h +++ b/content/shell/browser/shell_browser_main_parts.h
@@ -39,6 +39,9 @@ // BrowserMainParts overrides. void PreEarlyInitialization() override; +#if defined(OS_ANDROID) + int PreCreateThreads() override; +#endif void PreMainMessageLoopStart() override; void PostMainMessageLoopStart() override; void PreMainMessageLoopRun() override;