diff options
author | marshall@chromium.org <marshall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-10 23:35:23 +0000 |
---|---|---|
committer | marshall@chromium.org <marshall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-10 23:35:23 +0000 |
commit | de88c5ed5295fc9e9e58e8626b04c374d52cdc4c (patch) | |
tree | 47ef87611e93b9d175b2f4088deb6b9527a6ca4f /content/shell/shell_browser_main_parts.h | |
parent | ed37a488af68728706d279f569d2b8a5e5ca6668 (diff) | |
download | chromium_src-de88c5ed5295fc9e9e58e8626b04c374d52cdc4c.zip chromium_src-de88c5ed5295fc9e9e58e8626b04c374d52cdc4c.tar.gz chromium_src-de88c5ed5295fc9e9e58e8626b04c374d52cdc4c.tar.bz2 |
Remove the BrowserMainParts::GetMainMessageLoop method. Change BrowserMainLoop::MainMessageLoopStart to only create the default MessageLoop if one does not already exist for the current thread. If a custom MessageLoop is desired it can be created in BrowserMainParts::PreMainMessageLoopStart.
BUG=122829
TEST=none
Review URL: http://codereview.chromium.org/10024065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131674 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/shell_browser_main_parts.h')
-rw-r--r-- | content/shell/shell_browser_main_parts.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/shell/shell_browser_main_parts.h b/content/shell/shell_browser_main_parts.h index 849d3c3..c6d6f06 100644 --- a/content/shell/shell_browser_main_parts.h +++ b/content/shell/shell_browser_main_parts.h @@ -33,7 +33,6 @@ class ShellBrowserMainParts : public BrowserMainParts { virtual void PreEarlyInitialization() OVERRIDE {} virtual void PostEarlyInitialization() OVERRIDE {} virtual void PreMainMessageLoopStart() OVERRIDE; - virtual MessageLoop* GetMainMessageLoop() OVERRIDE; virtual void PostMainMessageLoopStart() OVERRIDE {} virtual void ToolkitInitialized() OVERRIDE {} virtual int PreCreateThreads() OVERRIDE; |