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

Unified Diff: ash/shell_observer.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_observer.h
diff --git a/ash/shell_observer.h b/ash/shell_observer.h
index 9d1db021e0c8b33624953537b9307ad10fbab6a9..1c0cc45be8409ae5c765ed0e0d017dea34c90368 100644
--- a/ash/shell_observer.h
+++ b/ash/shell_observer.h
@@ -39,6 +39,12 @@ class ASH_EXPORT ShellObserver {
virtual void OnFullscreenStateChanged(bool is_fullscreen,
aura::Window* root_window) {}
+ // The overview mode has started.
+ virtual void OnOverviewModeStarted() {}
+
+ // The overview mode has ended.
+ virtual void OnOverviewModeEnded() {}
+
protected:
virtual ~ShellObserver() {}
};

Powered by Google App Engine
This is Rietveld 408576698