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

Unified Diff: chrome/browser/resources/settings/site_settings/constants.js

Issue 2055823003: Site Settings Desktop: Implement the 'Clear on exit' menu for Cookies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ready Created 4 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: chrome/browser/resources/settings/site_settings/constants.js
diff --git a/chrome/browser/resources/settings/site_settings/constants.js b/chrome/browser/resources/settings/site_settings/constants.js
index 1378c2db3137a287530bf3809c2c0d3fc12a9922..27a10838245d4c93861b7e9b4acd224784abd587 100644
--- a/chrome/browser/resources/settings/site_settings/constants.js
+++ b/chrome/browser/resources/settings/site_settings/constants.js
@@ -37,6 +37,7 @@ cr.define('settings', function() {
ALLOW: 'allow',
BLOCK: 'block',
ASK: 'ask',
+ SESSION_ONLY: 'session_only',
IMPORTANT_CONTENT: 'detect_important_content',
};
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/site_settings/site_details_permission.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698