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

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

Issue 2021343003: MD Site Settings: Add five new top level categories (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback and add icons 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_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 d05439a28cf374bf540cc5e27f87f351b96b34f3..866da1aaab6c6b9dc62182d84690cdfce64a9f40 100644
--- a/chrome/browser/resources/settings/site_settings/site_list.js
+++ b/chrome/browser/resources/settings/site_settings/site_list.js
@@ -115,7 +115,7 @@ Polymer({
/**
* Called when a site changes permission.
- * @param {number} category The category of the site that changed.
+ * @param {string} category The category of the site that changed.
* @param {string} site The site that changed.
* @private
*/

Powered by Google App Engine
This is Rietveld 408576698