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

Unified Diff: ash/accelerators/accelerator_table.h

Issue 1412623006: Developer Feature: Add Debug Accelerators to Toggle Touchscreen/Touchpad On or Off (CrOS) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix actions.xml. Created 5 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: ash/accelerators/accelerator_table.h
diff --git a/ash/accelerators/accelerator_table.h b/ash/accelerators/accelerator_table.h
index 658cad5457071c633c9df7ca71ae23a633a28111..74c459716cbc98bf167018abde3e10c7f9d05c35 100644
--- a/ash/accelerators/accelerator_table.h
+++ b/ash/accelerators/accelerator_table.h
@@ -132,6 +132,8 @@ enum AcceleratorAction {
TOGGLE_CAPS_LOCK,
TOGGLE_MIRROR_MODE,
TOGGLE_SPOKEN_FEEDBACK,
+ TOGGLE_TOUCH_PAD,
+ TOGGLE_TOUCH_SCREEN,
oshima 2015/10/29 23:38:43 DEBUG_TOGGLE_xxx and move it to above.
afakhry 2015/10/30 05:18:03 Done.
TOGGLE_TOUCH_VIEW_TESTING,
TOGGLE_WIFI,
TOUCH_HUD_CLEAR,

Powered by Google App Engine
This is Rietveld 408576698