Chromium Code Reviews| 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 <include src="secondary_user_banner.html"> | 8 <include src="secondary_user_banner.html"> |
| 9 <section> | 9 <section> |
| 10 <div id="network-section-header" class="section-header"> | 10 <div id="network-section-header" class="section-header"> |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 150 <div class="settings-row"> | 150 <div class="settings-row"> |
| 151 <select id="default-search-engine" class="weakrtl" | 151 <select id="default-search-engine" class="weakrtl" |
| 152 aria-labelledby="default-search-engine-label"></select> | 152 aria-labelledby="default-search-engine-label"></select> |
| 153 <span class="controlled-setting-indicator" | 153 <span class="controlled-setting-indicator" |
| 154 pref="default_search_provider_data.template_url_data"> | 154 pref="default_search_provider_data.template_url_data"> |
| 155 </span> | 155 </span> |
| 156 <button id="manage-default-search-engines" | 156 <button id="manage-default-search-engines" |
| 157 i18n-content="defaultSearchManageEngines"> | 157 i18n-content="defaultSearchManageEngines"> |
| 158 </button> | 158 </button> |
| 159 </div> | 159 </div> |
| 160 </div> | 160 <div id="hotword-always-on-search" hidden> |
| 161 </section> | 161 <div class="checkbox controlled-setting-with-label"> |
| 162 <section> | 162 <label> |
| 163 <h3 id="voice-section-title" i18n-content="sectionTitleVoice" hidden></h3> | 163 <input id="hotword-always-on-search-checkbox" |
| 164 <div id="voice-section-content"> | 164 pref="hotword.always_on_search_enabled" type="checkbox"> |
| 165 <div id="hotword-always-on-search" hidden> | 165 <span i18n-content="hotwordSearchEnable"></span> |
| 166 <div class="checkbox controlled-setting-with-label"> | 166 </label> |
| 167 <label> | 167 <a target="_blank" class="hotword-learn-more-link" |
| 168 <input id="hotword-always-on-search-checkbox" | 168 i18n-content="learnMore" |
| 169 pref="hotword.always_on_search_enabled" type="checkbox"> | 169 i18n-values="href:hotwordLearnMoreURL"></a> |
|
James Hawkins
2014/10/28 23:24:26
nit: Closing tag should be on a new line since the
kcarattini
2014/10/28 23:30:59
Done.
| |
| 170 <span i18n-content="hotwordAlwaysOnSearchEnable"></span> | 170 <div> |
| 171 </label> | 171 <span class="hotword-description" |
| 172 i18n-content="hotwordAlwaysOnDesc"></span> | |
|
James Hawkins
2014/10/28 23:24:26
nit: Closing tag should be on a new line since the
kcarattini
2014/10/28 23:30:58
Done.
| |
| 173 </div> | |
| 174 </div> | |
| 175 </div> | |
| 176 <div id="hotword-no-dsp-search" hidden> | |
| 177 <div class="checkbox controlled-setting-with-label"> | |
| 178 <label> | |
| 179 <input id="hotword-no-dsp-search-checkbox" | |
| 180 pref="hotword.search_enabled_2" type="checkbox"> | |
| 181 <span i18n-content="hotwordSearchEnable"></span> | |
| 182 </label> | |
| 183 <a target="_blank" class="hotword-learn-more-link" | |
| 184 i18n-content="learnMore" | |
| 185 i18n-values="href:hotwordLearnMoreURL"></a> | |
|
James Hawkins
2014/10/28 23:24:26
nit: Closing tag should be on a new line since the
kcarattini
2014/10/28 23:30:59
Done.
| |
| 186 <div> | |
| 187 <span class="hotword-description" | |
| 188 i18n-content="hotwordNoDSPDesc"></span> | |
|
James Hawkins
2014/10/28 23:24:26
nit: Closing tag should be on a new line since the
kcarattini
2014/10/28 23:30:59
Done.
| |
| 189 </div> | |
| 190 </div> | |
| 191 </div> | |
| 192 <div id="audio-logging" hidden> | |
| 193 <div class="checkbox controlled-setting-with-label"> | |
| 194 <label> | |
| 195 <input pref="hotword.audio_logging_enabled" type="checkbox"> | |
| 196 <span i18n-content="hotwordAudioHistoryEnable"></span> | |
| 197 </label> | |
| 198 </div> | |
| 172 </div> | 199 </div> |
| 173 </div> | 200 </div> |
| 174 <div id="audio-logging" hidden> | |
| 175 <div class="checkbox controlled-setting-with-label"> | |
| 176 <label> | |
| 177 <input pref="hotword.audio_logging_enabled" type="checkbox"> | |
| 178 <span i18n-content="hotwordAudioHistoryEnable"></span> | |
| 179 </label> | |
| 180 </div> | |
| 181 </div> | |
| 182 </div> | |
| 183 </section> | 201 </section> |
| 184 <section id="sync-users-section" guest-visibility="hidden"> | 202 <section id="sync-users-section" guest-visibility="hidden"> |
| 185 <h3 i18n-content="sectionTitleUsers"></h3> | 203 <h3 i18n-content="sectionTitleUsers"></h3> |
| 186 <if expr="chromeos"> | 204 <if expr="chromeos"> |
| 187 <include src="sync_section.html"> | 205 <include src="sync_section.html"> |
| 188 </if> | 206 </if> |
| 189 <div id="profiles-section" hidden> | 207 <div id="profiles-section" hidden> |
| 190 <list id="profiles-list" class="settings-list" hidden></list> | 208 <list id="profiles-list" class="settings-list" hidden></list> |
| 191 <div id="profiles-single-message" class="settings-row" | 209 <div id="profiles-single-message" class="settings-row" |
| 192 i18n-content="profilesSingleUser"> | 210 i18n-content="profilesSingleUser"> |
| (...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 931 </button> | 949 </button> |
| 932 </div> | 950 </div> |
| 933 </section> | 951 </section> |
| 934 </div> <!-- advanced-settings-container --> | 952 </div> <!-- advanced-settings-container --> |
| 935 </div> <!-- advanced-settings --> | 953 </div> <!-- advanced-settings --> |
| 936 <footer> | 954 <footer> |
| 937 <a is="action-link" id="advanced-settings-expander" | 955 <a is="action-link" id="advanced-settings-expander" |
| 938 i18n-content="showAdvancedSettings"></a> | 956 i18n-content="showAdvancedSettings"></a> |
| 939 </footer> | 957 </footer> |
| 940 </div> | 958 </div> |
| OLD | NEW |