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

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: Fix error 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
« no previous file with comments | « athena/home/home_card_unittest.cc ('k') | athena/wm/window_manager_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « athena/home/home_card_unittest.cc ('k') | athena/wm/window_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698