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

Unified Diff: chrome/browser/about_flags.cc

Issue 2621073002: Remove enable-touch-hover flag (Closed)
Patch Set: Created 3 years, 11 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 9f2116302216232fccbbbe18be6f58c37b51f348..a13fd17a9472d07ce6bba89b9e46f1c0d3a88c13 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1497,9 +1497,6 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_SECCOMP_FILTER_SANDBOX_ANDROID_DESCRIPTION, kOsAndroid,
FEATURE_VALUE_TYPE(features::kSeccompSandboxAndroid)},
#endif // OS_ANDROID
- {"enable-touch-hover", IDS_FLAGS_TOUCH_HOVER_NAME,
- IDS_FLAGS_TOUCH_HOVER_DESCRIPTION, kOsAndroid,
- SINGLE_VALUE_TYPE("enable-touch-hover")},
#if defined(OS_CHROMEOS)
{"enable-wifi-credential-sync", IDS_FLAGS_WIFI_CREDENTIAL_SYNC_NAME,
IDS_FLAGS_WIFI_CREDENTIAL_SYNC_DESCRIPTION, kOsCrOS,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698