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

Unified Diff: ui/views/views_switches.h

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 | « ui/views/view_targeter_unittest.cc ('k') | ui/views/views_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views_switches.h
diff --git a/ui/views/views_switches.h b/ui/views/views_switches.h
index bb5065396f1577be32c029ff850393dcbf5400a0..817bf138e0fa07b20f0fd468585f0bece127359d 100644
--- a/ui/views/views_switches.h
+++ b/ui/views/views_switches.h
@@ -13,12 +13,8 @@ namespace views {
namespace switches {
// Please keep alphabetized.
-VIEWS_EXPORT extern const char kDisableViewsRectBasedTargeting[];
VIEWS_EXPORT extern const char kDrawViewBoundsRects[];
-// Returns true if rect-based targeting in views should be used.
-VIEWS_EXPORT bool IsRectBasedTargetingEnabled();
-
} // namespace switches
} // namespace views
« no previous file with comments | « ui/views/view_targeter_unittest.cc ('k') | ui/views/views_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698