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

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

Issue 2499483002: MD Settings: Internet: Allow Shared Proxies (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 7179dc90d0194c4dd69401e67e7098d471f295cf..47db12a9cd3c4f02b8388596b4c985b3d7fcda9b 100644
--- a/chrome/browser/resources/settings/internet_page/network_property_list.js
+++ b/chrome/browser/resources/settings/internet_page/network_property_list.js
@@ -148,6 +148,15 @@ Polymer({
/**
* @param {string} key The property key.
+ * @return {*} The managed property dictionary associated with |key|.
+ * @private
+ */
+ getProperty_: function(key) {
+ return this.get(key, this.propertyDict);
+ },
+
+ /**
+ * @param {string} key The property key.
* @return {string} The text to display for the property value.
* @private
*/

Powered by Google App Engine
This is Rietveld 408576698