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

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: 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 51e3b32dd3530cda06bc69e45e58477af8837c9b..aa409ad793bba349f7033b9f8f562edec23c6c31 100644
--- a/chrome/browser/resources/options/website_settings.js
+++ b/chrome/browser/resources/options/website_settings.js
@@ -48,7 +48,7 @@ cr.define('options', function() {
/**
* The saved blocked origins list.
- * @type {OriginList}
+ * @type {options.OriginList}
* @private
*/
blockedList_: null,
@@ -117,7 +117,7 @@ cr.define('options', 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

Powered by Google App Engine
This is Rietveld 408576698