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

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

Issue 2865543002: MD Settings: Internet: Fix IP config visibility (Closed)
Patch Set: Created 3 years, 7 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/internet_detail_page.js
diff --git a/chrome/browser/resources/settings/internet_page/internet_detail_page.js b/chrome/browser/resources/settings/internet_page/internet_detail_page.js
index ef74fd58e9a3f81d343047e79d349016b95633d8..5aafe8823bc1d01f9fb67119c57be79b83c1dcf5 100644
--- a/chrome/browser/resources/settings/internet_page/internet_detail_page.js
+++ b/chrome/browser/resources/settings/internet_page/internet_detail_page.js
@@ -916,17 +916,6 @@ Polymer({
},
/**
- * @param {!CrOnc.NetworkProperties} networkProperties
- * @return {boolean}
- * @private
- */
- showIpConfig_: function(networkProperties) {
- if (!this.isRememberedOrConnected_(networkProperties))
- return false;
- return !!networkProperties.IPAddressConfigType;
- },
-
- /**
* @param {!Object} curValue
* @param {!Object} newValue
* @return {boolean} True if all properties set in |newValue| are equal to

Powered by Google App Engine
This is Rietveld 408576698