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

Unified Diff: chrome/browser/about_flags.cc

Issue 2467913002: Touch event flag should control only DOM event firing. (Closed)
Patch Set: Change the string in "about://flags" Created 4 years, 1 month 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 a94a74bec9cd93622bbf31c3785cc15f5d5efc53..5551a6673d8093f8e82db9f30bdfee06f01221d2 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -849,7 +849,7 @@ const FeatureEntry kFeatureEntries[] = {
{"secondary-ui-md", IDS_FLAGS_SECONDARY_UI_MD,
IDS_FLAGS_SECONDARY_UI_MD_DESCRIPTION, kOsDesktop,
SINGLE_VALUE_TYPE(switches::kExtendMdToSecondaryUi)},
- {"touch-events", IDS_FLAGS_TOUCH_EVENTS_NAME,
+ {"touch-events-api", IDS_FLAGS_TOUCH_EVENTS_NAME,
IDS_FLAGS_TOUCH_EVENTS_DESCRIPTION, kOsDesktop,
MULTI_VALUE_TYPE(kTouchEventsChoices)},
{"disable-touch-adjustment", IDS_FLAGS_TOUCH_ADJUSTMENT_NAME,

Powered by Google App Engine
This is Rietveld 408576698