| Index: chrome/browser/browser_process_impl.h
|
| diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
|
| index 423202d34b52a149c75669de9b9137ed1812ee61..16326d895801f3b1a8412f2e466fd29cce387f6e 100644
|
| --- a/chrome/browser/browser_process_impl.h
|
| +++ b/chrome/browser/browser_process_impl.h
|
| @@ -51,6 +51,11 @@ class BrowserProcessImpl : public BrowserProcess,
|
| void PreStartThread(content::BrowserThread::ID identifier);
|
| void PostStartThread(content::BrowserThread::ID identifier);
|
|
|
| + // Called after the threads have been created but before the message loops
|
| + // starts running. Allows the browser process to do any initialization that
|
| + // requires all threads running.
|
| + void PreMainMessageLoopRun();
|
| +
|
| // Most cleanup is done by these functions, driven from
|
| // ChromeBrowserMain based on notifications from the content
|
| // framework, rather than in the destructor, so that we can
|
|
|