Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index c019844d5aad61257ead1e5a52255f10831b5d23..4eedc6f13d8ca4b9e783a281cfd25220a0908afe 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -254,9 +254,6 @@ const char kDisableV8IdleTasks[] = "disable-v8-idle-tasks"; |
// Don't enforce the same-origin policy. (Used by people testing their sites.) |
const char kDisableWebSecurity[] = "disable-web-security"; |
-// Disables support for XSLT. |
-const char kDisableXSLT[] = "disable-xslt"; |
- |
// Specifies if the |DOMAutomationController| needs to be bound in the |
// renderer. This binding happens on per-frame basis and hence can potentially |
// be a performance bottleneck. One should only enable it when automating dom |