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

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: Polish 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..601a202e712ac74b48ce88a3cc88c2d7db4fdb0f 100644
--- a/chrome/browser/resources/settings/site_settings/constants.js
+++ b/chrome/browser/resources/settings/site_settings/constants.js
@@ -38,6 +38,7 @@ cr.define('settings', function() {
BLOCK: 'block',
ASK: 'ask',
IMPORTANT_CONTENT: 'detect_important_content',
+ SESSION_ONLY: 'session_only',
michaelpg 2016/06/09 18:43:42 nit: use consistent ordering https://cs.chromium.o
Finnur 2016/06/10 14:20:46 Done.
};
/**

Powered by Google App Engine
This is Rietveld 408576698