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

Unified Diff: chrome/browser/flag_descriptions.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 | « chrome/browser/flag_descriptions.h ('k') | ui/views/view_targeter_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 848906f91df91b1341abca39a72683bce4e6b38a..561ad6f025e7fdeb817ac77f13779b62328c2f58 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -1377,13 +1377,6 @@ const char kTranslateLanguageByUlpDescription[] =
"Improved translate target language and triggering logic by considering "
"information from User Language Profile (ULP).";
-const char kViewsRectBasedTargetingName[] = "Rect-based targeting in views";
-
-const char kViewsRectBasedTargetingDescription[] =
- "Rect-based targeting uses a heuristic to determine the most probable "
- "target of a gesture, where the touch region is represented by a "
- "rectangle.";
-
const char kPermissionActionReportingName[] = "Permission Action Reporting";
const char kPermissionActionReportingDescription[] =
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | ui/views/view_targeter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698