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

Unified Diff: chrome/browser/resources/settings/internet_page/network_summary.js

Issue 2069323002: Add support for custom entries in <cr_network_select/>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@604119--Implement-Chrome-OS-out-of-box-flow-in-Material-Design--ImplementNetworkSelectionScreen
Patch Set: Fix compile. Created 4 years, 6 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/settings/internet_page/network_summary.js
diff --git a/chrome/browser/resources/settings/internet_page/network_summary.js b/chrome/browser/resources/settings/internet_page/network_summary.js
index d7ad7b568c28e58183c407a641e1b7e90b29af66..fe02289950fd050e354ab4f369a457502009b713 100644
--- a/chrome/browser/resources/settings/internet_page/network_summary.js
+++ b/chrome/browser/resources/settings/internet_page/network_summary.js
@@ -400,8 +400,8 @@ Polymer({
},
/**
- * Sets 'networkStates[type]' which will update the cr-network-list-item
- * associated with 'type'.
+ * Sets 'networkStates[type]' which will update the
+ * cr-network-list-network-item associated with 'type'.
* @param {string} type The network type.
* @param {!CrOnc.NetworkStateProperties|undefined} state The state properties
* for the network to associate with |type|. May be undefined if there are

Powered by Google App Engine
This is Rietveld 408576698