Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index c50eedb5049583a669de13ff0f5b400a071860d9..9190ca142ce4845bd53776a08b2708d65e0e742b 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -338,9 +338,6 @@ const char kDisableXSSAuditor[] = "disable-xss-auditor"; |
// based tests. |
const char kDomAutomationController[] = "dom-automation"; |
-// Enable gpu-accelerated SVG/W3C filters. |
-const char kEnableAcceleratedFilters[] = "enable-accelerated-filters"; |
- |
// Enable bleeding-edge code to make Chrome draw content faster. The changes |
// behind this path are very likely to break lots of content. |
// ** DO NOT use this flag unless you know what you are doing. ** |