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

Unified Diff: athena/wm/public/window_manager.h

Issue 601333002: ESC accelerator and consistent overview mode for Athena homecard (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address reviews, update unit tests Created 6 years, 2 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: athena/wm/public/window_manager.h
diff --git a/athena/wm/public/window_manager.h b/athena/wm/public/window_manager.h
index bafc618bfb2f7f27e0b15885849c96eebdbfe5ba..83ed138982551bb52f5d1d61033fa37b72294210 100644
--- a/athena/wm/public/window_manager.h
+++ b/athena/wm/public/window_manager.h
@@ -24,7 +24,7 @@ class ATHENA_EXPORT WindowManager {
virtual ~WindowManager() {}
virtual void ToggleOverview() = 0;
Jun Mukai 2014/10/03 02:26:06 Can you remove ToggleOverview? It can be simply re
Greg Levin 2014/10/06 20:28:00 Done.
-
+ virtual void ActivateOverview(bool activate) = 0;
Jun Mukai 2014/10/03 02:26:07 WindowManagerImpl already has SetInOverview(). Why
Greg Levin 2014/10/06 20:28:00 SetInOverview() (private) only deals with internal
virtual bool IsOverviewModeActive() = 0;
virtual void AddObserver(WindowManagerObserver* observer) = 0;

Powered by Google App Engine
This is Rietveld 408576698