Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Unified Diff: content/public/common/content_switches.cc

Issue 22254005: UMA data collector for cross-site documents(XSD) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Names are corrected Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698