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

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

Issue 1219753007: Add network proxy input to md-settings internet details (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_470445_onc_proxy
Patch Set: Created 5 years, 5 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 82bc34ca0b9a73e5d0acaeebe0840edc2927af5c..2352b1fa87709c5b9e135fad29fc05f8e086867c 100644
--- a/chrome/browser/resources/settings/internet_page/network_ip_config.js
+++ b/chrome/browser/resources/settings/internet_page/network_ip_config.js
@@ -63,7 +63,8 @@ Polymer({
'ipv4.IPAddress',
'ipv4.RoutingPrefix',
'ipv4.Gateway',
- 'ipv6.IPAddress'
+ 'ipv6.IPAddress',
+ 'ipv4.WebProxyAutoDiscoveryUrl'
];
},
readOnly: true

Powered by Google App Engine
This is Rietveld 408576698