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

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: Created 6 years, 4 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 53be8bc58b3d3ed7a12bd7d98d116bc79c1bb92a..bff48b2ca6b603b1297f5f7888243a9b1cdd243a 100644
--- a/chrome/browser/resources/help/channel_change_page.js
+++ b/chrome/browser/resources/help/channel_change_page.js
@@ -93,7 +93,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() {
@@ -102,7 +102,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/help_base_page.js » ('j') | chrome/browser/resources/help/help_base_page.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698