Index: ash/common/ash_switches.cc |
diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc |
index 0500c692fdda59428f67f424a663d8a834de98b3..1aa3a749b97f7aeb0ac4582c8d769e598c2d2a4e 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-developer-shortcuts"; |
oshima
2016/09/14 16:34:10
I have slight preference to ash-dev-shortcuts, as
afakhry
2016/09/15 20:26:51
Done. ash-dev-shortcuts is shorter, hence is bette
|
+ |
// Disables the window backdrops normally used in maximize mode (TouchView). |
const char kAshDisableMaximizeModeWindowBackdrop[] = |
"ash-disable-maximize-mode-window-backdrop"; |