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

Unified Diff: components/content_settings/core/browser/website_settings_info.h

Issue 2337873002: Revert cookies back to be domain scoped (Closed)
Patch Set: Created 4 years, 3 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 | « components/content_settings/core/browser/host_content_settings_map.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/content_settings/core/browser/website_settings_info.h
diff --git a/components/content_settings/core/browser/website_settings_info.h b/components/content_settings/core/browser/website_settings_info.h
index 049a31beb65ef14244794624421fd66cf89342b8..1f8176ad7b3d4f3e484dc209ce69830f7a1acb27 100644
--- a/components/content_settings/core/browser/website_settings_info.h
+++ b/components/content_settings/core/browser/website_settings_info.h
@@ -27,6 +27,10 @@ class WebsiteSettingsInfo {
enum LossyStatus { LOSSY, NOT_LOSSY };
enum ScopingType {
+ // Settings scoped to the domain of the requesting frame only. This should
+ // not generally be used.
+ REQUESTING_DOMAIN_ONLY_SCOPE,
+
// Settings scoped to the origin of the main frame only.
TOP_LEVEL_ORIGIN_ONLY_SCOPE,
« no previous file with comments | « components/content_settings/core/browser/host_content_settings_map.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698