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

Unified Diff: chrome/browser/about_flags.cc

Issue 16114003: Don't send touch move to renderer while scrolling (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 7 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 90e18fc73dea9a0fc89aeb6956152bd1207569a9..205787c1e72c1b6f679143ff94bbf6b6336f9664 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1258,6 +1258,14 @@ const Experiment kExperiments[] = {
},
#endif
{
+ "enable-touch-cancel-after-scroll",
+ IDS_FLAGS_ENABLE_TOUCH_CANCEL_AFTER_SCROLL_NAME,
+ IDS_FLAGS_ENABLE_TOUCH_CANCEL_AFTER_SCROLL_DESCRIPTION,
+ kOsDesktop,
+ ENABLE_DISABLE_VALUE_TYPE(switches::kEnableTouchCancelAfterScroll,
sadrul 2013/05/30 02:44:16 Use ENABLE_DISABLE_VALUE_TYPE_AND_VALUE( kTouchC
Yufeng Shen (Slow to review) 2013/05/30 22:34:38 Done.
+ switches::kDisableTouchCancelAfterScroll)
+ },
+ {
"enable-touch-drag-drop",
IDS_FLAGS_ENABLE_TOUCH_DRAG_DROP_NAME,
IDS_FLAGS_ENABLE_TOUCH_DRAG_DROP_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698