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

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

Issue 22876029: Revert 219383 "UMA data collector for cross-site documents(XSD)" (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1610/src/
Patch Set: 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
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.cc
===================================================================
--- content/public/common/content_switches.cc (revision 219467)
+++ content/public/common/content_switches.cc (working copy)
@@ -41,12 +41,6 @@
// Blacklist the GPU for WebGL.
const char kBlacklistWebGL[] = "blacklist-webgl";
-// Block cross-site documents (i.e., HTML/XML/JSON) from being loaded in
-// subresources when a document is not supposed to read them. This will later
-// allow us to block them from the entire renderer process when site isolation
-// is enabled.
-const char kBlockCrossSiteDocuments[] = "block-cross-site-documents";
-
// Causes the browser process to throw an assertion on startup.
const char kBrowserAssertTest[] = "assert-test";
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698