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

Unified Diff: chrome/browser/about_flags.cc

Issue 2930803002: Remove flag --disable-views-rect-based-targeting (Closed)
Patch Set: restore enum entry Created 3 years, 6 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 | chrome/browser/flag_descriptions.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 8ce2826802a0cb449ffde4f0fb4d8ae8cae7fa15..21e3841d26800622d8230907a551b3427aeb6324 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1772,14 +1772,6 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kNotificationsNativeFlagDescription, kOsMac | kOsLinux,
FEATURE_VALUE_TYPE(features::kNativeNotifications)},
#endif // ENABLE_NATIVE_NOTIFICATIONS
-#if defined(TOOLKIT_VIEWS)
- {"disable-views-rect-based-targeting",
- flag_descriptions::kViewsRectBasedTargetingName,
- flag_descriptions::kViewsRectBasedTargetingDescription,
- kOsCrOS | kOsWin | kOsLinux,
- SINGLE_DISABLE_VALUE_TYPE(
- views::switches::kDisableViewsRectBasedTargeting)},
-#endif // TOOLKIT_VIEWS
#if defined(OS_ANDROID)
{"reader-mode-heuristics", flag_descriptions::kReaderModeHeuristicsName,
flag_descriptions::kReaderModeHeuristicsDescription, kOsAndroid,
« no previous file with comments | « no previous file | chrome/browser/flag_descriptions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698