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

Unified Diff: chrome/browser/resources/options/chromeos/network_list.js

Issue 517413002: Compile chrome://settings, part 1: remove all warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@true_master
Patch Set: s/event/Event/ 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/chromeos/network_list.js
diff --git a/chrome/browser/resources/options/chromeos/network_list.js b/chrome/browser/resources/options/chromeos/network_list.js
index c53b982ccb3d93bba8f7a230f241e73c0c6edf67..e106c2955c6137a05e771545855f6672179d97b5 100644
--- a/chrome/browser/resources/options/chromeos/network_list.js
+++ b/chrome/browser/resources/options/chromeos/network_list.js
@@ -1003,7 +1003,7 @@ cr.define('options.network', function() {
* Replaces a network menu with a button for reenabling the type of network.
* @param {string} name The type of network (WiFi, Cellular or Wimax).
* @param {string} command The command for reenabling the network.
- * @param {string} type of icon (WiFi or Cellular).
+ * @param {string} icon Type of icon (WiFi or Cellular).
* @private
*/
function addEnableNetworkButton_(name, command, icon) {
@@ -1053,7 +1053,7 @@ cr.define('options.network', function() {
* Handle mouse events received by the bubble, preventing focus blurring as
* that would close any currently open menu and preventing propagation to
* any elements located behind the bubble.
- * @param {Event} Mouse event.
+ * @param {Event} event Mouse event.
*/
stopEvent: function(event) {
event.preventDefault();

Powered by Google App Engine
This is Rietveld 408576698