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

Unified Diff: chrome/browser/resources/help/channel_change_page.js

Issue 443553002: Typecheck chrome://help using CompilerPass.java, everything except dependency to options (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@true_master
Patch Set: fixed one nit 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/help/channel_change_page.js
diff --git a/chrome/browser/resources/help/channel_change_page.js b/chrome/browser/resources/help/channel_change_page.js
index d7c776066c2b42647edb981ca4830568176b71d8..b084effeec39b984d42d466c53add65be0f720eb 100644
--- a/chrome/browser/resources/help/channel_change_page.js
+++ b/chrome/browser/resources/help/channel_change_page.js
@@ -94,7 +94,7 @@ cr.define('help', function() {
/**
* Returns the list of all radio buttons responsible for channel selection.
- * @return {Array.<HTMLInputElement>} Array of radio buttons
+ * @return {NodeList} Array of radio buttons
* @private
*/
getAllChannelOptions_: function() {
@@ -103,7 +103,7 @@ cr.define('help', function() {
/**
* Returns value of the selected option.
- * @return {string} Selected channel name or null, if neither
+ * @return {?string} Selected channel name or null, if neither
* option is selected.
* @private
*/
« no previous file with comments | « no previous file | chrome/browser/resources/help/compiled_resources.gyp » ('j') | ui/webui/resources/js/cr/ui/bubble.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698