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

Unified Diff: athena/wm/window_manager_impl.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/window_manager_impl.h
diff --git a/athena/wm/window_manager_impl.h b/athena/wm/window_manager_impl.h
index 2edd856d230cf0d475f32d75286af3db0c8c175c..ac999de94acae707a05666854f33252cc666a4d2 100644
--- a/athena/wm/window_manager_impl.h
+++ b/athena/wm/window_manager_impl.h
@@ -42,7 +42,8 @@ class ATHENA_EXPORT WindowManagerImpl : public WindowManager,
void ToggleSplitView();
// WindowManager:
- virtual void ToggleOverview() override;
+ virtual void EnterOverview() override;
+ virtual void ExitOverview() override;
virtual bool IsOverviewModeActive() override;
private:
@@ -54,8 +55,7 @@ class ATHENA_EXPORT WindowManagerImpl : public WindowManager,
CMD_TOGGLE_SPLIT_VIEW,
};
- // Sets whether overview mode is active.
- void SetInOverview(bool active);
+ void ExitOverviewNoActivate();
void InstallAccelerators();

Powered by Google App Engine
This is Rietveld 408576698