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

Unified Diff: content/browser/child_process_security_policy_impl.h

Issue 1144253003: Remove --enable-strict-site-isolation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Charlie's fixes Created 5 years, 6 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/browser/child_process_security_policy_impl.h
diff --git a/content/browser/child_process_security_policy_impl.h b/content/browser/child_process_security_policy_impl.h
index db673c1bdafae5b88f466c9495c98b243e55fa02..61486b9a28b483f12e35da14426f0bbfb3f173f1 100644
--- a/content/browser/child_process_security_policy_impl.h
+++ b/content/browser/child_process_security_policy_impl.h
@@ -148,20 +148,12 @@ class CONTENT_EXPORT ChildProcessSecurityPolicyImpl
// Returns true if the process is permitted to read and modify the cookies for
// the given origin. Does not affect cookies attached to or set by network
// requests.
- // Only might return false if the very experimental
- // --enable-strict-site-isolation or --site-per-process flags are used.
+ // Only might return false if the --site-per-process flag is used.
bool CanAccessCookiesForOrigin(int child_id, const GURL& gurl);
- // Returns true if the process is permitted to attach cookies to (or have
- // cookies set by) network requests.
- // Only might return false if the very experimental
- // --enable-strict-site-isolation or --site-per-process flags are used.
- bool CanSendCookiesForOrigin(int child_id, const GURL& gurl);
-
// Sets the process as only permitted to use and see the cookies for the
// given origin.
- // Only used if the very experimental --enable-strict-site-isolation or
- // --site-per-process flags are used.
+ // Origin lock is applied only if the --site-per-process flag is used.
void LockToOrigin(int child_id, const GURL& gurl);
// Register FileSystem type and permission policy which should be used
« no previous file with comments | « chrome/browser/prerender/prerender_contents.cc ('k') | content/browser/child_process_security_policy_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698