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

Unified Diff: chrome/browser/resources/options/inline_editable_list.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/inline_editable_list.js
diff --git a/chrome/browser/resources/options/inline_editable_list.js b/chrome/browser/resources/options/inline_editable_list.js
index 7a502fa46ba707c02dd62f23e8df183efb0d2e01..cc6c9f7c3e1d9052a6a98c48d24b6f3fd7fe92dc 100644
--- a/chrome/browser/resources/options/inline_editable_list.js
+++ b/chrome/browser/resources/options/inline_editable_list.js
@@ -9,7 +9,7 @@ cr.define('options', function() {
/**
* Creates a new list item with support for inline editing.
* @constructor
- * @extends {options.DeletableListItem}
+ * @extends {options.DeletableItem}
*/
function InlineEditableItem() {
var el = cr.doc.createElement('div');
@@ -46,7 +46,7 @@ cr.define('options', function() {
/**
* Fields associated with edit mode.
- * @type {array}
+ * @type {Array}
* @private
*/
editFields_: null,

Powered by Google App Engine
This is Rietveld 408576698