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

Unified Diff: ash/shell_observer.h

Issue 230613004: Block keyboard and mouse input when maximize mode is activated by accelerometer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use event targeter to block keyboard and mouse events. Created 6 years, 8 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: ash/shell_observer.h
diff --git a/ash/shell_observer.h b/ash/shell_observer.h
index d1b3d8651c258597e4a2f3f0459989b23a60e36e..8c393d370ee7cfd2f9dff4a89f87cdec88ef527c 100644
--- a/ash/shell_observer.h
+++ b/ash/shell_observer.h
@@ -29,6 +29,9 @@ class ASH_EXPORT ShellObserver {
// unlocked.
virtual void OnLockStateChanged(bool locked) {}
+ // Invoked after a non-primary root window is created.
+ virtual void OnRootWindowAdded(aura::Window* root_window) {}
+
// Invoked when the shelf alignment in |root_window| is changed.
virtual void OnShelfAlignmentChanged(aura::Window* root_window) {}

Powered by Google App Engine
This is Rietveld 408576698