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

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

Issue 604373006: Compile chrome://settings, part 9: yet another final battle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@K_blockers_from_bookmarks
Patch Set: describe supressions Created 6 years, 2 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.js
diff --git a/chrome/browser/resources/options/website_settings.js b/chrome/browser/resources/options/website_settings.js
index 0964cf5c6c6307f57c6c598c414192c4e8fd57f2..f8aa1360b541b74ba199e0e612673725c6487b0a 100644
--- a/chrome/browser/resources/options/website_settings.js
+++ b/chrome/browser/resources/options/website_settings.js
@@ -149,7 +149,7 @@ cr.define('options.ContentSettings', function() {
which will be used to sort the origins in the main/allowed list.
* @param {!Object} blockedDict An optional dictionary of origins to their
usage, which will be used to sort the origins in the blocked list.
- * @param {bool} isGloballyEnabled If the content setting is turned on.
+ * @param {boolean} isGloballyEnabled If the content setting is turned on.
* @private
*/
populateOrigins: function(allowedDict, blockedDict, isGloballyEnabled) {
« no previous file with comments | « chrome/browser/resources/options/reset_profile_settings_overlay.js ('k') | chrome/browser/resources/sync_setup_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698