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

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

Issue 559423003: Compile chrome://settings, part 7. 33 errors left (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@H_options_errors_5
Patch Set: rebase Created 6 years, 3 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 e8ada593606c2689fb9e055cb242cd3d0810e310..0964cf5c6c6307f57c6c598c414192c4e8fd57f2 100644
--- a/chrome/browser/resources/options/website_settings.js
+++ b/chrome/browser/resources/options/website_settings.js
@@ -50,7 +50,7 @@ cr.define('options.ContentSettings', function() {
/**
* The saved blocked origins list.
- * @type {OriginList}
+ * @type {options.OriginList}
* @private
*/
blockedList_: null,
@@ -116,7 +116,7 @@ cr.define('options.ContentSettings', function() {
/**
* Populate an origin list with all of the origins with a given permission
* or that are using a given resource.
- * @param {OriginList} originList A list to populate.
+ * @param {options.OriginList} originList A list to populate.
* @param {!Object} originDict A dictionary of origins to their usage, which
will be used to sort the origins.
* @private
« no previous file with comments | « chrome/browser/resources/options/supervised_user_import.js ('k') | chrome/browser/ui/webui/options/browser_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698