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

Unified Diff: ash/shell.h

Issue 169643005: Adding a gray semi transparent backdrop behind the topmost window within the default container (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added unit tests Created 6 years, 10 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.h
diff --git a/ash/shell.h b/ash/shell.h
index 1d58b39dbf3ff1df76f573635627dd24d0348ba0..566117762c99302528b9838f377aee5ed41a3c5f 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -291,6 +291,12 @@ class ASH_EXPORT Shell
// Called when a casting session is started or stopped.
void OnCastingSessionStartedOrStopped(bool started);
+ // Called when the overview mode has started.
+ void OnOverviewModeStarted();
+
+ // Called when the overview mode has ended.
+ void OnOverviewModeEnded();
+
// Initializes |shelf_|. Does nothing if it's already initialized.
void CreateShelf();
@@ -311,6 +317,9 @@ class ASH_EXPORT Shell
// Turn the always maximize mode window manager on or off.
void EnableMaximizeModeWindowManager(bool enable);
+ // Test if the MaximizeModeWindowManager is enabled or not.
+ bool IsMaximizeModeWindowManagerEnabled();
+
keyboard::KeyboardController* keyboard_controller() {
return keyboard_controller_.get();
}
« no previous file with comments | « ash/ash.gyp ('k') | ash/shell.cc » ('j') | ash/wm/maximize_mode/maximize_mode_window_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698