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

Unified Diff: chrome/browser/resources/options/website_settings_edit_page.js

Issue 504773004: Add Cookie permission to Website Settings single side view. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments addressed. Created 6 years, 4 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/options/website_settings_edit_page.js
diff --git a/chrome/browser/resources/options/website_settings_edit_page.js b/chrome/browser/resources/options/website_settings_edit_page.js
index 5be1c8fb5debc0a0e0febabbfbec6ad05cd49701..07bcb324aa2216b626826aa8a3d97f708152ee64 100644
--- a/chrome/browser/resources/options/website_settings_edit_page.js
+++ b/chrome/browser/resources/options/website_settings_edit_page.js
@@ -16,7 +16,8 @@ cr.define('options.WebsiteSettings', function() {
Page.call(this, 'websiteEdit',
loadTimeData.getString('websitesOptionsPageTabTitle'),
'website-settings-edit-page');
- this.permissions = ['geolocation', 'notifications', 'media-stream'];
+ this.permissions = ['geolocation', 'notifications', 'media-stream',
+ 'cookies'];
}
cr.addSingletonGetter(WebsiteSettingsEditor);
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/website_settings_edit_site.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698