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

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: Fixed x11 issue. 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
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:

Powered by Google App Engine
This is Rietveld 408576698