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

Unified Diff: chrome/browser/resources/options/language_options.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/language_options.js
diff --git a/chrome/browser/resources/options/language_options.js b/chrome/browser/resources/options/language_options.js
index 4e4e00de33b4a3579781c2fd3f46761287fd5797..9b105ca65fb713b3fcf38885af827eeab9d7078d 100644
--- a/chrome/browser/resources/options/language_options.js
+++ b/chrome/browser/resources/options/language_options.js
@@ -72,6 +72,7 @@ cr.define('options', function() {
/**
* Encapsulated handling of ChromeOS language options page.
* @constructor
+ * @extends {cr.ui.pageManager.Page}
*/
function LanguageOptions(model) {
Page.call(this, 'languages',
@@ -101,7 +102,7 @@ cr.define('options', function() {
/**
* Number of times a spell check dictionary download failed.
- * @type {int}
+ * @type {number}
* @private
*/
spellcheckDictionaryDownloadFailures_: 0,
@@ -1332,7 +1333,7 @@ cr.define('options', function() {
/**
* Shows the node at |index| in |nodes|, hides all others.
- * @param {Array<HTMLElement>} nodes The nodes to be shown or hidden.
+ * @param {Array.<HTMLElement>} nodes The nodes to be shown or hidden.
* @param {number} index The index of |nodes| to show.
*/
function showMutuallyExclusiveNodes(nodes, index) {
« no previous file with comments | « chrome/browser/resources/options/language_list.js ('k') | chrome/browser/resources/options/manage_profile_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698