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

Unified Diff: content/public/common/content_switches.cc

Issue 10832183: Add CSS exclusions command-line switch (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Adding alternate email to AUTHORS file Created 8 years, 4 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 | « content/public/common/content_switches.h ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 50647750f8362fe563591a203a58feb59681f80b..9a787d6fcd6011986541051f7fe748c39afa9517 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -255,6 +255,9 @@ const char kEnableAccessibilityLogging[] = "enable-accessibility-logging";
const char kEnableCompositingForFixedPosition[] =
"enable-fixed-position-compositing";
+// Enables CSS3 exclusions
+const char kEnableCssExclusions[] = "enable-css-exclusions";
+
// Enables CSS3 regions
const char kEnableCssRegions[] = "enable-css-regions";
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698