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

Unified Diff: athena/wm/window_manager_impl.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/window_manager_impl.h
diff --git a/athena/wm/window_manager_impl.h b/athena/wm/window_manager_impl.h
index 32e98315460f5b6b7ac78bcfd471d286aadf86dd..02207d3be9d49be069c126d5f05ad6b7cec8f798 100644
--- a/athena/wm/window_manager_impl.h
+++ b/athena/wm/window_manager_impl.h
@@ -43,6 +43,7 @@ class ATHENA_EXPORT WindowManagerImpl : public WindowManager,
// WindowManager:
virtual void ToggleOverview() OVERRIDE;
+ virtual void ActivateOverview(bool activate) OVERRIDE;
virtual bool IsOverviewModeActive() OVERRIDE;
private:
@@ -50,6 +51,7 @@ class ATHENA_EXPORT WindowManagerImpl : public WindowManager,
friend class AthenaContainerLayoutManager;
enum Command {
+ CMD_EXIT_OVERVIEW,
CMD_TOGGLE_OVERVIEW,
CMD_TOGGLE_SPLIT_VIEW,
};

Powered by Google App Engine
This is Rietveld 408576698