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

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

Issue 2848683003: MD Settings: Add settings-internet-config (WiFi only, no certs) (Closed)
Patch Set: . Created 3 years, 8 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_property_list.js
diff --git a/chrome/browser/resources/settings/internet_page/network_property_list.js b/chrome/browser/resources/settings/internet_page/network_property_list.js
index fd434561add374e0d2712a47c8179d102b77539a..24fd91093629086c8a9020ff62f9633ea59b6c21 100644
--- a/chrome/browser/resources/settings/internet_page/network_property_list.js
+++ b/chrome/browser/resources/settings/internet_page/network_property_list.js
@@ -112,7 +112,7 @@ Polymer({
return function(key) {
if (editFieldTypes.hasOwnProperty(key))
return true;
- var value = this.getPropertyValue_(key, prefix, propertyDict);
+ var value = this.getPropertyValue_(key, this.prefix, this.propertyDict);
stevenjb 2017/05/02 00:17:45 revert
return value !== undefined && value !== '';
}.bind(this);
},

Powered by Google App Engine
This is Rietveld 408576698