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

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

Issue 543493002: Compile chrome://settings, part 2: reduce from 950 to 400 errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@F_settings
Patch Set: rebase? 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 4c909ac40cda7810fd42ee325e30ab3f4f21bbc9..0f59a247166437fba278c782fdb6d5b8c2d02e41 100644
--- a/chrome/browser/resources/options/website_settings.js
+++ b/chrome/browser/resources/options/website_settings.js
@@ -26,6 +26,7 @@ cr.define('options', function() {
/**
* Encapsulated handling of the website settings page.
* @constructor
+ * @extends {cr.ui.pageManager.Page}
*/
function WebsiteSettingsManager() {
Page.call(this, 'websiteSettings',
@@ -40,7 +41,7 @@ cr.define('options', function() {
/**
* The saved allowed origins list.
- * @type {OriginList}
+ * @type {options.OriginList}
* @private
*/
allowedList_: null,

Powered by Google App Engine
This is Rietveld 408576698