Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 5877de57afcb80b6adf81ca59c33e6720fbc0bf1..720ad27da53f0561f20e39ac27b6d41be411e99d 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -420,10 +420,6 @@ const char kInProcessPlugins[] = "in-process-plugins"; |
// Runs WebGL inside the renderer process. |
const char kInProcessWebGL[] = "in-process-webgl"; |
-// Invert web content pixels, for users who prefer white-on-black. |
-// (Temporary, just during development and testing of this feature.) |
-const char kInvertWebContent[] = "invert-web-content"; |
- |
// Specifies the flags passed to JS engine |
const char kJavaScriptFlags[] = "js-flags"; |