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

Unified Diff: chrome/browser/resources/options/language_dictionary_overlay_word_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: fixed comments 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/language_dictionary_overlay_word_list.js
diff --git a/chrome/browser/resources/options/language_dictionary_overlay_word_list.js b/chrome/browser/resources/options/language_dictionary_overlay_word_list.js
index 611c56f090f76c4494963fa5f3fcb30e98d5934b..ceccb1c9c3986b3f198bb4df047e391cee654d28 100644
--- a/chrome/browser/resources/options/language_dictionary_overlay_word_list.js
+++ b/chrome/browser/resources/options/language_dictionary_overlay_word_list.js
@@ -12,7 +12,7 @@ cr.define('options.dictionary_words', function() {
* @param {function(string)} addDictionaryWordCallback Callback for
* adding a dictionary word.
* @constructor
- * @extends {cr.ui.InlineEditableItem}
+ * @extends {options.InlineEditableItem}
*/
function DictionaryWordsListItem(dictionaryWord, addDictionaryWordCallback) {
var el = cr.doc.createElement('div');
@@ -76,6 +76,7 @@ cr.define('options.dictionary_words', function() {
/**
* A list of words in the dictionary.
+ * @constructor
* @extends {cr.ui.InlineEditableItemList}
*/
var DictionaryWordsList = cr.ui.define('list');

Powered by Google App Engine
This is Rietveld 408576698