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

Unified Diff: ash/shell_observer.h

Issue 11570017: Enables storing shelf's auto_hide_behavior and alignment per display. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 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
« no previous file with comments | « ash/shell.cc ('k') | ash/wm/app_list_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_observer.h
diff --git a/ash/shell_observer.h b/ash/shell_observer.h
index 6cbeaa73cb2c62b0b231dbff98535ab2e8a3f139..0bdd93472a943bce1ebd7219c301f8b0cf1091ea 100644
--- a/ash/shell_observer.h
+++ b/ash/shell_observer.h
@@ -8,6 +8,10 @@
#include "ash/ash_export.h"
#include "ash/system/user/login_status.h"
+namespace aura {
+class RootWindow;
+}
+
namespace ash {
class ASH_EXPORT ShellObserver {
@@ -25,8 +29,8 @@ class ASH_EXPORT ShellObserver {
// unlocked.
virtual void OnLockStateChanged(bool locked) {}
- // Invoked when the shelf alignment is changed.
- virtual void OnShelfAlignmentChanged() {}
+ // Invoked when the shelf alignment in |root_window| is changed.
+ virtual void OnShelfAlignmentChanged(aura::RootWindow* root_window) {}
protected:
virtual ~ShellObserver() {}
« no previous file with comments | « ash/shell.cc ('k') | ash/wm/app_list_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698