| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index a596176deea6cda385554983041f7e08d2b178e6..8b550ee4f82c2e7903fffc44c69f3990be92518d 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -379,6 +379,10 @@ 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";
|
|
|
|
|