Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Unified Diff: chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.h

Issue 52783003: linux_aura: Move the first creation of DesktopScreen after ResourceBundle initialization. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.h
diff --git a/chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.h b/chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.h
index 8e70ce0d3ec5a186ac857a3876870c4f51894fb9..f8b4f143a38bba3a5e5ad9f4faad36b0b6785ac4 100644
--- a/chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.h
+++ b/chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.h
@@ -20,9 +20,10 @@ class ChromeBrowserMainExtraPartsAura : public ChromeBrowserMainExtraParts {
// Overridden from ChromeBrowserMainExtraParts:
virtual void PreEarlyInitialization() OVERRIDE;
virtual void ToolkitInitialized() OVERRIDE;
- virtual void PostMainMessageLoopStart() OVERRIDE;
virtual void PostMainMessageLoopRun() OVERRIDE;
+ virtual void PreCreateThreads() OVERRIDE;
Elliot Glaysher 2013/11/04 19:08:20 These should be in the order specified in chrome/b
Mikhail 2013/11/05 11:15:30 Ah, I was sure it is.. probably took the order fro
+
private:
scoped_ptr<ActiveDesktopMonitor> active_desktop_monitor_;
« no previous file with comments | « no previous file | chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698