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

Unified Diff: ash/accelerators/accelerator_table.h

Issue 12848004: Add shortcut keys to ui scaling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: stl hates me Created 7 years, 9 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: ash/accelerators/accelerator_table.h
diff --git a/ash/accelerators/accelerator_table.h b/ash/accelerators/accelerator_table.h
index f8d99ac8e175dcc9f827701a26a0f93781321151..c95a0481cc1e290ce100b3abb9f3c3ecacc1d9fb 100644
--- a/ash/accelerators/accelerator_table.h
+++ b/ash/accelerators/accelerator_table.h
@@ -47,6 +47,8 @@ enum AcceleratorAction {
RESTORE_TAB,
ROTATE_SCREEN,
ROTATE_WINDOW,
+ SCALE_UI_DOWN,
+ SCALE_UI_UP,
SELECT_LAST_WIN,
SELECT_WIN_0,
SELECT_WIN_1,

Powered by Google App Engine
This is Rietveld 408576698