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

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

Issue 427903004: Support Managed NetworkState format dictionaries for controlled settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + changed to efective test for Editable Created 6 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/internet_detail.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f3632ed49b5ce83f67b1496e86e3455071ad23aa..ec541b24fb12012abfe311c8125599d7f045b467 100644
--- a/chrome/browser/resources/options/chromeos/internet_detail.html
+++ b/chrome/browser/resources/options/chromeos/internet_detail.html
@@ -92,7 +92,7 @@
i18n-content="inetAutoConnectNetwork">
</label>
<span class="controlled-setting-indicator"
- data="autoConnect" for="auto-connect-network-wifi">
+ managed="AutoConnect" for="auto-connect-network-wifi">
</span>
</span>
</span>
@@ -114,22 +114,6 @@
<td class="option-name" i18n-content="inetBssid"></td>
<td id="wifi-bssid" class="option-value"></td>
</tr>
- <tr class="wifi-network-setting">
- <td class="option-name" i18n-content="inetAddress"></td>
- <td id="wifi-ip-address" class="option-value"></td>
- </tr>
- <tr class="wifi-network-setting">
- <td class="option-name" i18n-content="inetNetmask"></td>
- <td id="wifi-netmask" class="option-value"></td>
- </tr>
- <tr class="wifi-network-setting">
- <td class="option-name" i18n-content="inetGateway"></td>
- <td id="wifi-gateway" class="option-value"></td>
- </tr>
- <tr class="wifi-network-setting">
- <td class="option-name" i18n-content="inetNameServers"></td>
- <td id="wifi-name-servers" class="option-value"></td>
- </tr>
<tr id="wifi-security-entry">
<td class="options-name" i18n-content="inetEncryption"></td>
<td id="wifi-security" class="option-value"></td>
@@ -176,7 +160,7 @@
i18n-content="inetAutoConnectNetwork">
</label>
<span class="controlled-setting-indicator"
- data="autoConnect" for="auto-connect-network-wimax">
+ managed="AutoConnect" for="auto-connect-network-wimax">
</span>
</span>
</span>
@@ -224,7 +208,7 @@
i18n-content="inetAutoConnectNetwork">
</label>
<span class="controlled-setting-indicator"
- data="autoConnect" for="auto-connect-network-vpn">
+ managed="AutoConnect" for="auto-connect-network-vpn">
</span>
</span>
</span>
@@ -344,7 +328,8 @@
i18n-content="inetAutoConnectNetwork">
</label>
<span class="controlled-setting-indicator"
- data="autoConnect" for="auto-connect-network-cellular">
+ managed="AutoConnect"
+ for="auto-connect-network-cellular">
</span>
</span>
</span>
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/internet_detail.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698