| 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
|
| */
|
|
|