| OLD | NEW |
| 1 <div id="settings" class="page" hidden> | 1 <div id="settings" class="page" hidden> |
| 2 <header> | 2 <header> |
| 3 <h1 i18n-content="settingsTitle"></h1> | 3 <h1 i18n-content="settingsTitle"></h1> |
| 4 </header> | 4 </header> |
| 5 <include src="reset_profile_settings_banner.html"> | 5 <include src="reset_profile_settings_banner.html"> |
| 6 <include src="automatic_settings_reset_banner.html"> | 6 <include src="automatic_settings_reset_banner.html"> |
| 7 <if expr="chromeos"> | 7 <if expr="chromeos"> |
| 8 <link rel="import" href="chrome://resources/cr_elements/v1_0/network/cr_networ
k_icon.html"> | 8 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico
n.html"> |
| 9 <link rel="import" href="chrome://resources/cr_elements/v1_0/network/cr_onc_ty
pes.html"> | 9 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.h
tml"> |
| 10 <include src="secondary_user_banner.html"> | 10 <include src="secondary_user_banner.html"> |
| 11 <section> | 11 <section> |
| 12 <div id="network-section-header" class="section-header"> | 12 <div id="network-section-header" class="section-header"> |
| 13 <h3 i18n-content="sectionTitleInternet"></h3> | 13 <h3 i18n-content="sectionTitleInternet"></h3> |
| 14 <span class="controlled-setting-indicator" plural></span> | 14 <span class="controlled-setting-indicator" plural></span> |
| 15 </div> | 15 </div> |
| 16 <div id="network-settings"> | 16 <div id="network-settings"> |
| 17 <list id="network-list"></list> | 17 <list id="network-list"></list> |
| 18 <div id="shared-proxies" class="checkbox"> | 18 <div id="shared-proxies" class="checkbox"> |
| 19 <label> | 19 <label> |
| (...skipping 1007 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1027 </button> | 1027 </button> |
| 1028 </div> | 1028 </div> |
| 1029 </section> | 1029 </section> |
| 1030 </div> <!-- advanced-settings-container --> | 1030 </div> <!-- advanced-settings-container --> |
| 1031 </div> <!-- advanced-settings --> | 1031 </div> <!-- advanced-settings --> |
| 1032 <footer id="advanced-settings-footer"> | 1032 <footer id="advanced-settings-footer"> |
| 1033 <a is="action-link" id="advanced-settings-expander" | 1033 <a is="action-link" id="advanced-settings-expander" |
| 1034 i18n-content="showAdvancedSettings"></a> | 1034 i18n-content="showAdvancedSettings"></a> |
| 1035 </footer> | 1035 </footer> |
| 1036 </div> | 1036 </div> |
| OLD | NEW |