Index: ash/common/ash_switches.cc |
diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc |
index 095ca9288ec3b697a6bbccad3754ae3de50e6e9f..9092ce56c1ff073fab203f1fce4185e0a83b808d 100644 |
--- a/ash/common/ash_switches.cc |
+++ b/ash/common/ash_switches.cc |
@@ -56,6 +56,10 @@ const char kAshEnableUnifiedDesktop[] = "ash-enable-unified-desktop"; |
// Enables the palette next to the status area. |
const char kAshEnablePalette[] = "ash-enable-palette"; |
+ |
+// Enables experimental ash palette tools. |
+const char kAshEnableExperimentalPaletteFeatures[] = |
+ "ash-enable-experimental-palette-features"; |
#endif |
// Enables the observation of accelerometer events to enter touch-view mode. |