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

Unified Diff: chrome/browser/resources/settings/site_settings/site_settings_behavior.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/site_settings_behavior.js
diff --git a/chrome/browser/resources/settings/site_settings/site_settings_behavior.js b/chrome/browser/resources/settings/site_settings/site_settings_behavior.js
index 5d9e2f60daa57630e3b3f8495b99b1a9ebad3f41..0bbe17f248f6abd7a3ecdd076ede2ff65b6352a1 100644
--- a/chrome/browser/resources/settings/site_settings/site_settings_behavior.js
+++ b/chrome/browser/resources/settings/site_settings/site_settings_behavior.js
@@ -28,6 +28,10 @@ var SiteSettingsBehaviorImpl = {
settings.SiteSettingsPrefsBrowserProxyImpl.getInstance();
},
+ ready: function() {
+ this.PermissionValues = settings.PermissionValues;
+ },
+
/**
* Re-sets the category permission for a given origin.
* @param {string} primaryPattern The primary pattern to reset the permission

Powered by Google App Engine
This is Rietveld 408576698