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

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

Issue 1909413002: Site Settings: Implement dialog for adding site exceptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to head Created 4 years, 8 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_category.js
diff --git a/chrome/browser/resources/settings/site_settings/site_settings_category.js b/chrome/browser/resources/settings/site_settings/site_settings_category.js
index fe3a19cae7e35dc30f8726f262042eee3241215a..0f5cf1b74da276e9910706e7c4160c69fcb4d1fa 100644
--- a/chrome/browser/resources/settings/site_settings/site_settings_category.js
+++ b/chrome/browser/resources/settings/site_settings/site_settings_category.js
@@ -112,4 +112,11 @@ Polymer({
this.categoryEnabled = enabled;
}.bind(this));
},
+
+ /**
+ * A handler for the Add Site button.
+ */
michaelpg 2016/04/24 19:58:40 @private
Finnur 2016/04/25 10:23:13 Done.
+ onAddSiteTap_: function() {
+ this.$.dialog.open();
+ },
});

Powered by Google App Engine
This is Rietveld 408576698