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

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

Issue 635223004: Refactor SetInOverview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove bug fixes, leaving only refactor 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..c626902a22c0e155a3cf4f9a70afa150825d0a45 100644
--- a/athena/wm/public/window_manager.h
+++ b/athena/wm/public/window_manager.h
@@ -23,8 +23,8 @@ class ATHENA_EXPORT WindowManager {
virtual ~WindowManager() {}
- virtual void ToggleOverview() = 0;
-
+ virtual void EnterOverview() = 0;
+ virtual void ExitOverview() = 0;
virtual bool IsOverviewModeActive() = 0;
virtual void AddObserver(WindowManagerObserver* observer) = 0;

Powered by Google App Engine
This is Rietveld 408576698