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

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

Issue 2953113002: Settings: Network: Always show IP info and fix layout (Closed)
Patch Set: Feedback Created 3 years, 6 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_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

Powered by Google App Engine
This is Rietveld 408576698