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

Unified Diff: extensions/common/api/web_view_internal.json

Issue 2700473003: Support the removal of only session cookies or persistent cookies (Closed)
Patch Set: adding comment Created 3 years, 10 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 | « extensions/browser/guest_view/web_view/web_view_guest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/web_view_internal.json
diff --git a/extensions/common/api/web_view_internal.json b/extensions/common/api/web_view_internal.json
index 94a6eb9820bf547338b745d39d338f75de8c6be6..2030dfe3d7f4e29b2f392be4d807da03361b3ed8 100644
--- a/extensions/common/api/web_view_internal.json
+++ b/extensions/common/api/web_view_internal.json
@@ -23,7 +23,17 @@
"cookies": {
"type": "boolean",
"optional": true,
- "description": "The browser's cookies."
+ "description": "The Websites' cookies. This will remove both session and persistent cookies"
+ },
+ "sessionCookies": {
+ "type": "boolean",
+ "optional": true,
+ "description": "The Websites' session cookies."
+ },
+ "persistentCookies": {
+ "type": "boolean",
+ "optional": true,
+ "description": "The Websites' persistent cookies."
},
"fileSystems": {
"type": "boolean",
« no previous file with comments | « extensions/browser/guest_view/web_view/web_view_guest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698