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

Unified Diff: chrome/browser/chrome_browser_main_aura.h

Issue 8233029: More Aura fixes to build with chromeos==1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Applied sky's comments. Created 9 years, 2 months 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 | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/chrome_browser_main_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main_aura.h
diff --git a/chrome/browser/chrome_browser_main_aura.h b/chrome/browser/chrome_browser_main_aura.h
index 3b11d4ebcc3178006b37b305275b75e41cc60ec4..5f8af196e7850822f32765ba17bc0a079c5344c4 100644
--- a/chrome/browser/chrome_browser_main_aura.h
+++ b/chrome/browser/chrome_browser_main_aura.h
@@ -10,8 +10,10 @@
class ChromeBrowserMainPartsAura : public ChromeBrowserMainParts {
public:
explicit ChromeBrowserMainPartsAura(const MainFunctionParams& parameters);
+ virtual ~ChromeBrowserMainPartsAura();
virtual void PreEarlyInitialization() OVERRIDE;
+ virtual void PreMainMessageLoopStart() OVERRIDE;
virtual void PostMainMessageLoopStart() OVERRIDE;
private:
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/chrome_browser_main_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698