| 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/cr_network_icon/c
r_network_icon.html"> | 8 <link rel="import" href="chrome://resources/cr_elements/v1_0/cr_network_icon/c
r_network_icon.html"> |
| 9 <link rel="import" href="chrome://resources/cr_elements/v1_0/cr_onc/cr_onc_typ
es.html"> | 9 <link rel="import" href="chrome://resources/cr_elements/v1_0/cr_onc/cr_onc_typ
es.html"> |
| 10 <include src="secondary_user_banner.html"> | 10 <include src="secondary_user_banner.html"> |
| (...skipping 988 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 999 <span class="controlled-setting-indicator" | 999 <span class="controlled-setting-indicator" |
| 1000 pref="background_mode.enabled"></span> | 1000 pref="background_mode.enabled"></span> |
| 1001 </span> | 1001 </span> |
| 1002 </label> | 1002 </label> |
| 1003 </div> | 1003 </div> |
| 1004 </if> | 1004 </if> |
| 1005 <div class="checkbox controlled-setting-with-label"> | 1005 <div class="checkbox controlled-setting-with-label"> |
| 1006 <label> | 1006 <label> |
| 1007 <input id="gpu-mode-checkbox" | 1007 <input id="gpu-mode-checkbox" |
| 1008 pref="hardware_acceleration_mode.enabled" type="checkbox"> | 1008 pref="hardware_acceleration_mode.enabled" type="checkbox"> |
| 1009 <span i18n-content="gpuModeCheckbox"> | 1009 <span> |
| 1010 <span i18n-content="gpuModeCheckbox"></span> |
| 1011 <span class="controlled-setting-indicator" |
| 1012 pref="hardware_acceleration_mode.enabled"></span> |
| 1013 </span> |
| 1010 </label> | 1014 </label> |
| 1011 <span id="gpu-mode-reset-restart" | 1015 <span id="gpu-mode-reset-restart" |
| 1012 i18n-values=".innerHTML:gpuModeResetRestart"></span> | 1016 i18n-values=".innerHTML:gpuModeResetRestart"></span> |
| 1013 </div> | 1017 </div> |
| 1014 </section> | 1018 </section> |
| 1015 </if> | 1019 </if> |
| 1016 <section id="reset-profile-settings-section"> | 1020 <section id="reset-profile-settings-section"> |
| 1017 <h3 i18n-content="resetProfileSettingsSectionTitle"></h3> | 1021 <h3 i18n-content="resetProfileSettingsSectionTitle"></h3> |
| 1018 <div> | 1022 <div> |
| 1019 <span class="settings-row" i18n-content="resetProfileSettingsDescription"> | 1023 <span class="settings-row" i18n-content="resetProfileSettingsDescription"> |
| 1020 </span> | 1024 </span> |
| 1021 <button id="reset-profile-settings" i18n-content="resetProfileSettings"> | 1025 <button id="reset-profile-settings" i18n-content="resetProfileSettings"> |
| 1022 </button> | 1026 </button> |
| 1023 </div> | 1027 </div> |
| 1024 </section> | 1028 </section> |
| 1025 </div> <!-- advanced-settings-container --> | 1029 </div> <!-- advanced-settings-container --> |
| 1026 </div> <!-- advanced-settings --> | 1030 </div> <!-- advanced-settings --> |
| 1027 <footer id="advanced-settings-footer"> | 1031 <footer id="advanced-settings-footer"> |
| 1028 <a is="action-link" id="advanced-settings-expander" | 1032 <a is="action-link" id="advanced-settings-expander" |
| 1029 i18n-content="showAdvancedSettings"></a> | 1033 i18n-content="showAdvancedSettings"></a> |
| 1030 </footer> | 1034 </footer> |
| 1031 </div> | 1035 </div> |
| OLD | NEW |