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

Unified Diff: ash/common/accelerators/accelerator_table.h

Issue 2323863002: Separate debugging and developer accelerators (Closed)
Patch Set: Created 4 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: ash/common/accelerators/accelerator_table.h
diff --git a/ash/common/accelerators/accelerator_table.h b/ash/common/accelerators/accelerator_table.h
index e6a6beebf533166f900aaac45d9ced7cac692c87..e3290087e1c2e833be6bb2d95d094b0b48fec774 100644
--- a/ash/common/accelerators/accelerator_table.h
+++ b/ash/common/accelerators/accelerator_table.h
@@ -213,6 +213,11 @@ ASH_EXPORT extern const size_t kDeprecatedAcceleratorsDataLength;
ASH_EXPORT extern const AcceleratorData kDebugAcceleratorData[];
ASH_EXPORT extern const size_t kDebugAcceleratorDataLength;
+// Developer accelerators that are enabled only with the command-line switch
+// --ash-developer-shortcuts. They are always run similar to reserved actions.
+ASH_EXPORT extern const AcceleratorData kDeveloperAcceleratorData[];
+ASH_EXPORT extern const size_t kDeveloperAcceleratorDataLength;
+
// Actions that should be handled very early in Ash unless the current target
// window is full-screen.
ASH_EXPORT extern const AcceleratorAction kPreferredActions[];

Powered by Google App Engine
This is Rietveld 408576698