Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index de9eb49d81d12b9b05e6131adccd58369f8c8261..d8cf01edbaed0c15deba99f76f6109784befe6e9 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -744,11 +744,6 @@ const char kTestingFixedHttpsPort[] = "testing-fixed-https-port"; |
// Type of the current test harness ("browser" or "ui"). |
const char kTestType[] = "test-type"; |
-const char kTouchScrollingMode[] = "touch-scrolling-mode"; |
-const char kTouchScrollingModeAsyncTouchmove[] = "async-touchmove"; |
-const char kTouchScrollingModeSyncTouchmove[] = "sync-touchmove"; |
-const char kTouchScrollingModeTouchcancel[] = "touchcancel"; |
- |
// Causes TRACE_EVENT flags to be recorded beginning with shutdown. Optionally, |
// can specify the specific trace categories to include (e.g. |
// --trace-shutdown=base,net) otherwise, all events are recorded. |