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

Unified Diff: extensions/browser/guest_view/web_view/web_view_constants.h

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
Index: extensions/browser/guest_view/web_view/web_view_constants.h
diff --git a/extensions/browser/guest_view/web_view/web_view_constants.h b/extensions/browser/guest_view/web_view/web_view_constants.h
index 6b82c19297de98284afb03ce801bdd9c7283c05e..bfef2e5584df63e6fa6e6a1240c78c99689c30da 100644
--- a/extensions/browser/guest_view/web_view/web_view_constants.h
+++ b/extensions/browser/guest_view/web_view/web_view_constants.h
@@ -148,6 +148,8 @@ extern const uint32_t WEB_VIEW_REMOVE_DATA_MASK_FILE_SYSTEMS;
extern const uint32_t WEB_VIEW_REMOVE_DATA_MASK_INDEXEDDB;
extern const uint32_t WEB_VIEW_REMOVE_DATA_MASK_LOCAL_STORAGE;
extern const uint32_t WEB_VIEW_REMOVE_DATA_MASK_WEBSQL;
+extern const uint32_t WEB_VIEW_REMOVE_DATA_MASK_SESSION_COOKIES;
+extern const uint32_t WEB_VIEW_REMOVE_DATA_MASK_PERSISTENT_COOKIES;
// Other.
extern const char kWebViewContentScriptManagerKeyName[];

Powered by Google App Engine
This is Rietveld 408576698