Chromium Code Reviews| 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..afe63da916544acfceb56e7cdb877baa79b0f67e 100644 |
| --- a/content/public/common/content_switches.cc |
| +++ b/content/public/common/content_switches.cc |
| @@ -47,6 +47,9 @@ const char kBrowserCrashTest[] = "crash-test"; |
| // Path to the exe to run for the renderer and plugin subprocesses. |
| const char kBrowserSubprocessPath[] = "browser-subprocess-path"; |
| +// Block cross-site document(HTML/XML/JSON) from a renderer process. |
| +const char kCrossSiteDocumentBlocking[] = "cross-site-document-blocking"; |
|
Charlie Reis
2013/08/22 18:23:30
Can you rename this to kBlockCrossSiteDocuments (b
dsjang
2013/08/22 19:05:55
Done.
|
| + |
| // Dumps extra logging about plugin loading to the log file. |
| const char kDebugPluginLoading[] = "debug-plugin-loading"; |