| Index: chrome/browser/resources/settings/internet_page/network_ip_config.js
|
| diff --git a/chrome/browser/resources/settings/internet_page/network_ip_config.js b/chrome/browser/resources/settings/internet_page/network_ip_config.js
|
| index da9aefaf24d626e3ca3f0add32de31af9b3450f8..d84e8ea49645f6347cb70c246741bd5c06f7a227 100644
|
| --- a/chrome/browser/resources/settings/internet_page/network_ip_config.js
|
| +++ b/chrome/browser/resources/settings/internet_page/network_ip_config.js
|
| @@ -161,14 +161,6 @@ Polymer({
|
| return result;
|
| },
|
|
|
| - /**
|
| - * @return {boolean}
|
| - * @private
|
| - */
|
| - showIPEditFields_: function() {
|
| - return this.editable && !this.automatic_;
|
| - },
|
| -
|
| /**
|
| * @return {Object} An object with the edit type for each editable field.
|
| * @private
|
|
|