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

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

Issue 2749023008: [MD settings] edit content settings exceptions (Closed)
Patch Set: unit tests Created 3 years, 9 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_list.js
diff --git a/chrome/browser/resources/settings/site_settings/site_list.js b/chrome/browser/resources/settings/site_settings/site_list.js
index ddfe126cdc39b67ca6031d504ffb471c3b4fa723..7765e36d08cbcab3489a2b7a9aeb1f3f86231df6 100644
--- a/chrome/browser/resources/settings/site_settings/site_list.js
+++ b/chrome/browser/resources/settings/site_settings/site_list.js
@@ -103,12 +103,6 @@ Polymer({
showSessionOnlyAction_: Boolean,
/**
- * Whether to show the 'edit' action in the action menu.
- * @private
- */
- showEditAction_: Boolean,
-
- /**
* Keeps track of the incognito status of the current profile (whether one
* exists).
* @private
@@ -391,8 +385,6 @@ Polymer({
this.showSessionOnlyAction_ =
this.categorySubtype != settings.PermissionValues.SESSION_ONLY &&
this.category == settings.ContentSettingsTypes.COOKIES;
- this.showEditAction_ =
- this.category == settings.ContentSettingsTypes.COOKIES;
},
/**

Powered by Google App Engine
This is Rietveld 408576698