| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 63e94dfdc9038d3957ab8449eecdeab137890707..204fa27bb797c41cb9d2380ce5b12b66025dce3c 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -38,6 +38,9 @@ const char kBlacklistAcceleratedCompositing[] =
|
| // Blacklist the GPU for WebGL.
|
| const char kBlacklistWebGL[] = "blacklist-webgl";
|
|
|
| +// Block cross-site document(HTML/XML/JSON) from a renderer process.
|
| +const char kBlockCrossSiteDocuments[] = "block-cross-site-documents";
|
| +
|
| // Causes the browser process to throw an assertion on startup.
|
| const char kBrowserAssertTest[] = "assert-test";
|
|
|
|
|