| Index: content/public/browser/browser_main_parts.h
|
| diff --git a/content/public/browser/browser_main_parts.h b/content/public/browser/browser_main_parts.h
|
| index 25dcaecd52382a4b387e64a2a6b2a106b179a438..f76fe4f717bdb621a8a398b62334edcef8bdd201 100644
|
| --- a/content/public/browser/browser_main_parts.h
|
| +++ b/content/public/browser/browser_main_parts.h
|
| @@ -70,6 +70,10 @@ class CONTENT_EXPORT BrowserMainParts {
|
| // (or 0 if no error).
|
| virtual int PreCreateThreads();
|
|
|
| + // Allow to so some jobs after PreCreateThreads() but just before actually
|
| + // starting threads.
|
| + virtual void PreCreateThreadsEnd() {}
|
| +
|
| // This is called just before the main message loop is run. The
|
| // various browser threads have all been created at this point
|
| virtual void PreMainMessageLoopRun() {}
|
|
|