Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6361)

Unified Diff: chrome/browser/about_flags.cc

Issue 25552003: Enable TouchEvent suppression on scroll for all platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test cleanup Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/renderer_host/input/immediate_input_router.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 1c4d8a42eaf7e356fa49eb8a1bb22f1788949821..3fb228529ea33288c7342dfcde19cb0a1cc2d194 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1370,15 +1370,6 @@ const Experiment kExperiments[] = {
switches::kTouchSideBezels, "0")
},
{
- "enable-no-touch-to-renderer-while-scrolling",
- IDS_FLAGS_ENABLE_NO_TOUCH_TO_RENDERER_WHILE_SCROLLING_NAME,
- IDS_FLAGS_ENABLE_NO_TOUCH_TO_RENDERER_WHILE_SCROLLING_DESCRIPTION,
- kOsDesktop,
- ENABLE_DISABLE_VALUE_TYPE_AND_VALUE(
- switches::kNoTouchToRendererWhileScrolling, "1",
- switches::kNoTouchToRendererWhileScrolling, "0")
- },
- {
"enable-touch-drag-drop",
IDS_FLAGS_ENABLE_TOUCH_DRAG_DROP_NAME,
IDS_FLAGS_ENABLE_TOUCH_DRAG_DROP_DESCRIPTION,
« no previous file with comments | « no previous file | content/browser/renderer_host/input/immediate_input_router.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698