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

Unified Diff: athena/wm/window_manager_impl.h

Issue 465983002: Add shoftcut (ctrl-f6) to toggle split view (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/wm/split_view_controller.cc ('k') | athena/wm/window_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/wm/window_manager_impl.h
diff --git a/athena/wm/window_manager_impl.h b/athena/wm/window_manager_impl.h
index 2a8d5acb1d2ea39c489e8af55ecde9e933654280..c8e9038dac5f144003d33442192508bfb10878dd 100644
--- a/athena/wm/window_manager_impl.h
+++ b/athena/wm/window_manager_impl.h
@@ -44,11 +44,14 @@ class WindowManagerImpl : public WindowManager,
enum Command {
CMD_TOGGLE_OVERVIEW,
+ CMD_TOGGLE_SPLIT_VIEW,
};
// Sets whether overview mode is active.
void SetInOverview(bool active);
+ void ToggleSplitview();
+
void InstallAccelerators();
// WindowManager:
« no previous file with comments | « athena/wm/split_view_controller.cc ('k') | athena/wm/window_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698