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

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

Issue 2224613003: Switch MD Settings to paper-dropdown-menu-light (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@RollPaperDropdown
Patch Set: rebase Created 4 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/settings/internet_page/network_apnlist.js
diff --git a/chrome/browser/resources/settings/internet_page/network_apnlist.js b/chrome/browser/resources/settings/internet_page/network_apnlist.js
index 476608fcf54af459bd13591fcb3fcb9aa4c1a0f5..cd7508c0c5a20933df352b310048baec7f5f58de 100644
--- a/chrome/browser/resources/settings/internet_page/network_apnlist.js
+++ b/chrome/browser/resources/settings/internet_page/network_apnlist.js
@@ -139,8 +139,8 @@ Polymer({
this.apnSelectList = result;
this.selectedApn =
(activeApn && activeApn.AccessPointName) || otherApn.AccessPointName;
- // We need to flush the DOM here, otherwise the paper-dropdown-menu will
- // not update to correctly display the selected AccessPointName.
+ // We need to flush the DOM here, otherwise the paper-dropdown-menu-light
+ // will not update to correctly display the selected AccessPointName.
Polymer.dom.flush();
},

Powered by Google App Engine
This is Rietveld 408576698