Index: ash/common/ash_switches.cc |
diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc |
index d912f1494084bf67939be4b7b0db627931e08be3..3141b2c40995c84b7c64c62c6571cb0a722494ec 100644 |
--- a/ash/common/ash_switches.cc |
+++ b/ash/common/ash_switches.cc |
@@ -68,11 +68,6 @@ const char kAshEnableTouchView[] = "enable-touchview"; |
// Enables mirrored screen. |
const char kAshEnableMirroredScreen[] = "ash-enable-mirrored-screen"; |
-// Enables touch view testing. |
-// TODO(skuhne): Remove DEBUG_TOGGLE_TOUCH_VIEW accelerator once this flag is |
-// removed. |
-const char kAshEnableTouchViewTesting[] = "ash-enable-touch-view-testing"; |
- |
// Hides notifications that are irrelevant to Chrome OS device factory testing, |
// such as battery level updates. |
const char kAshHideNotificationsForFactory[] = |