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

Unified Diff: chrome/browser/about_flags.cc

Issue 2531413002: Reset the default value of touch event flag back to "Auto". (Closed)
Patch Set: Wording. Created 4 years 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 c42000ecd864c84f059209e7a47c507059647573..ae2905b9ffe66de4729a53ced0d6b4f45505c7be 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -135,11 +135,13 @@ const unsigned kOsAll = kOsMac | kOsWin | kOsLinux | kOsCrOS | kOsAndroid;
const unsigned kOsDesktop = kOsMac | kOsWin | kOsLinux | kOsCrOS;
const FeatureEntry::Choice kTouchEventsChoices[] = {
- { IDS_GENERIC_EXPERIMENT_CHOICE_ENABLED, "", "" },
- { IDS_GENERIC_EXPERIMENT_CHOICE_DISABLED, switches::kTouchEvents,
- switches::kTouchEventsDisabled },
- { IDS_GENERIC_EXPERIMENT_CHOICE_AUTOMATIC, switches::kTouchEvents,
- switches::kTouchEventsAuto }
+ { IDS_GENERIC_EXPERIMENT_CHOICE_AUTOMATIC, "", "" },
+ { IDS_GENERIC_EXPERIMENT_CHOICE_ENABLED,
+ switches::kTouchEvents,
+ switches::kTouchEventsEnabled },
+ { IDS_GENERIC_EXPERIMENT_CHOICE_DISABLED,
+ switches::kTouchEvents,
+ switches::kTouchEventsDisabled }
};
#if defined(USE_AURA)
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698