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

Unified Diff: ash/shell.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: Merge with master. 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
« no previous file with comments | « ash/root_window_controller.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index ba9ddfdc945ef2ef438715ad2eaceaae62ed1fa7..56af8d1afe63ef47a16c8fec7daf0db04581dadf 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -301,6 +301,9 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// their original position.
void OnMaximizeModeEnded();
+ // Called when a root window is created.
+ void OnRootWindowAdded(aura::Window* root_window);
+
// Initializes |shelf_|. Does nothing if it's already initialized.
void CreateShelf();
« no previous file with comments | « ash/root_window_controller.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698