| Index: chrome/browser/chrome_browser_main_linux.h
|
| diff --git a/chrome/browser/chrome_browser_main_linux.h b/chrome/browser/chrome_browser_main_linux.h
|
| index 3cc54760cd7e947cc02baf5b987ef6473c2fb821..e12c451438246061b1067635e64bae2b333db5ec 100644
|
| --- a/chrome/browser/chrome_browser_main_linux.h
|
| +++ b/chrome/browser/chrome_browser_main_linux.h
|
| @@ -26,6 +26,7 @@ class ChromeBrowserMainPartsLinux : public ChromeBrowserMainPartsPosix {
|
| // ChromeBrowserMainParts overrides.
|
| virtual void PreProfileInit() OVERRIDE;
|
| virtual void PostProfileInit() OVERRIDE;
|
| + virtual void PreMainMessageLoopRun() OVERRIDE;
|
| virtual void PostMainMessageLoopRun() OVERRIDE;
|
|
|
| private:
|
|
|