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

Unified Diff: chrome/browser/resources/options/chromeos/internet_detail.html

Issue 708563005: Use setProperties for IP Config. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_430113_internet_options_1
Patch Set: Fix win/mac test expectations Created 5 years, 11 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/options/chromeos/internet_detail.html
diff --git a/chrome/browser/resources/options/chromeos/internet_detail.html b/chrome/browser/resources/options/chromeos/internet_detail.html
index 788c41ae149a7d1f6b909f48503bbfa3f1fb02df..21a21abd45fd3d2eea039b866dc2520a176f107c 100644
--- a/chrome/browser/resources/options/chromeos/internet_detail.html
+++ b/chrome/browser/resources/options/chromeos/internet_detail.html
@@ -409,7 +409,7 @@
<span>
<span i18n-content="ipAutomaticConfiguration"></span>
<span class="controlled-setting-indicator"
- managed="StaticIPConfig.IPAddress"></span>
+ managed="IPAddressConfigType"></span>
</span>
</label>
</div>
@@ -454,7 +454,11 @@
<label>
<input id="user-dns-radio" type="radio" name="dnstype"
value="user">
- <span i18n-content="userNameServers"></span>
+ <span>
+ <span i18n-content="userNameServers"></span>
+ <span class="controlled-setting-indicator"
+ managed="NameServersConfigType"></span>
+ </span>
</label>
</div>
<table id="user-dns-settings">

Powered by Google App Engine
This is Rietveld 408576698