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

Unified Diff: chrome/browser/chromeos/chrome_browser_main_chromeos.h

Issue 8976012: chromeos: Implement power button animations for Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use aura::RootWindow::ShowCursor() to hide cursor Created 9 years 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/chromeos/chrome_browser_main_chromeos.h
diff --git a/chrome/browser/chromeos/chrome_browser_main_chromeos.h b/chrome/browser/chromeos/chrome_browser_main_chromeos.h
index 80df06671bd2539d95dcf19d5cdc8896cc83f2cb..630443480b65ef139af0dd9648478a8f9e8ae692 100644
--- a/chrome/browser/chromeos/chrome_browser_main_chromeos.h
+++ b/chrome/browser/chromeos/chrome_browser_main_chromeos.h
@@ -14,6 +14,7 @@ class SessionManagerObserver;
#if defined(USE_AURA)
class InitialBrowserWindowObserver;
+class PowerButtonObserver;
#endif
} // namespace chromeos
@@ -42,6 +43,7 @@ class ChromeBrowserMainPartsChromeos : public ChromeBrowserMainPartsLinux {
#if defined(USE_AURA)
scoped_ptr<chromeos::InitialBrowserWindowObserver>
initial_browser_window_observer_;
+ scoped_ptr<chromeos::PowerButtonObserver> power_button_observer_;
#endif
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsChromeos);

Powered by Google App Engine
This is Rietveld 408576698