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

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

Issue 8496027: Enhance --enable-strict-site-isolation to prevent a site-isolated renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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
===================================================================
--- content/public/common/content_switches.cc (revision 109054)
+++ content/public/common/content_switches.cc (working copy)
@@ -242,7 +242,8 @@
// Enables StatsTable, logging statistics to a global named shared memory table.
const char kEnableStatsTable[] = "enable-stats-table";
-// Experimentally ensure each renderer process has pages from only one site.
+// Experimentally ensure each renderer process only has access to the cookies
+// for the top-level site.
Charlie Reis 2011/11/10 01:09:26 I think we're talking about two different things h
// This is expected to break compatibility with many pages for now.
const char kEnableStrictSiteIsolation[] = "enable-strict-site-isolation";

Powered by Google App Engine
This is Rietveld 408576698