Index: ash/common/ash_switches.cc |
diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc |
index 3fb52e1d5e71998edfe7886b420bcdd56d5fc39f..adeee96e3ef3305022e65cd022f3c37f235839e4 100644 |
--- a/ash/common/ash_switches.cc |
+++ b/ash/common/ash_switches.cc |
@@ -27,6 +27,9 @@ const char kAshCopyHostBackgroundAtBoot[] = "ash-copy-host-background-at-boot"; |
// Enable keyboard shortcuts useful for debugging. |
const char kAshDebugShortcuts[] = "ash-debug-shortcuts"; |
+// Enable keyboard shortcuts used by developers only. |
+const char kAshDeveloperShortcuts[] = "ash-dev-shortcuts"; |
+ |
// Disables the window backdrops normally used in maximize mode (TouchView). |
const char kAshDisableMaximizeModeWindowBackdrop[] = |
"ash-disable-maximize-mode-window-backdrop"; |