| Index: ash/shell/content_client/shell_browser_main_parts.h
|
| diff --git a/ash/shell/content_client/shell_browser_main_parts.h b/ash/shell/content_client/shell_browser_main_parts.h
|
| index 26def450835ffed705ff041d231606586d0d54c2..fd7a1ef84feef4f68f55b0b2a399224a7e5fd818 100644
|
| --- a/ash/shell/content_client/shell_browser_main_parts.h
|
| +++ b/ash/shell/content_client/shell_browser_main_parts.h
|
| @@ -32,6 +32,7 @@ class ShellBrowserMainParts : public content::BrowserMainParts {
|
|
|
| // Overridden from content::BrowserMainParts:
|
| virtual void PreMainMessageLoopStart() OVERRIDE;
|
| + virtual void PostMainMessageLoopStart() OVERRIDE;
|
| virtual void PreMainMessageLoopRun() OVERRIDE;
|
| virtual bool MainMessageLoopRun(int* result_code) OVERRIDE;
|
| virtual void PostMainMessageLoopRun() OVERRIDE;
|
|
|