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

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: Created 6 years, 3 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 6cbad5a06bd323f9702af6a95490a7d0dce8b59c..1925870a25d699938fdfd021461a7d162de677f2 100644
--- a/athena/wm/window_manager_impl.h
+++ b/athena/wm/window_manager_impl.h
@@ -47,6 +47,7 @@ class 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