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

Side by Side Diff: chrome/browser/resources/options/browser_options.html

Issue 677843002: Updates the hotword settings page according to newest mocks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review Comments Created 6 years, 1 month 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 unified diff | Download patch
OLDNEW
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
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">
170 <span i18n-content="hotwordAlwaysOnSearchEnable"></span> 170 </a>
171 </label> 171 <div>
172 <span class="hotword-description"
173 i18n-content="hotwordAlwaysOnDesc">
174 </span>
175 </div>
176 </div>
177 </div>
178 <div id="hotword-no-dsp-search" hidden>
179 <div class="checkbox controlled-setting-with-label">
180 <label>
181 <input id="hotword-no-dsp-search-checkbox"
182 pref="hotword.search_enabled_2" type="checkbox">
183 <span i18n-content="hotwordSearchEnable"></span>
184 </label>
185 <a target="_blank" class="hotword-learn-more-link"
186 i18n-content="learnMore"
187 i18n-values="href:hotwordLearnMoreURL">
188 </a>
189 <div>
190 <span class="hotword-description"
191 i18n-content="hotwordNoDSPDesc">
192 </span>
193 </div>
194 </div>
195 </div>
196 <div id="audio-logging" hidden>
197 <div class="checkbox controlled-setting-with-label">
198 <label>
199 <input pref="hotword.audio_logging_enabled" type="checkbox">
200 <span i18n-content="hotwordAudioHistoryEnable"></span>
201 </label>
202 </div>
172 </div> 203 </div>
173 </div> 204 </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> 205 </section>
184 <section id="sync-users-section" guest-visibility="hidden"> 206 <section id="sync-users-section" guest-visibility="hidden">
185 <h3 i18n-content="sectionTitleUsers"></h3> 207 <h3 i18n-content="sectionTitleUsers"></h3>
186 <if expr="chromeos"> 208 <if expr="chromeos">
187 <include src="sync_section.html"> 209 <include src="sync_section.html">
188 </if> 210 </if>
189 <div id="profiles-section" hidden> 211 <div id="profiles-section" hidden>
190 <list id="profiles-list" class="settings-list" hidden></list> 212 <list id="profiles-list" class="settings-list" hidden></list>
191 <div id="profiles-single-message" class="settings-row" 213 <div id="profiles-single-message" class="settings-row"
192 i18n-content="profilesSingleUser"> 214 i18n-content="profilesSingleUser">
(...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
931 </button> 953 </button>
932 </div> 954 </div>
933 </section> 955 </section>
934 </div> <!-- advanced-settings-container --> 956 </div> <!-- advanced-settings-container -->
935 </div> <!-- advanced-settings --> 957 </div> <!-- advanced-settings -->
936 <footer> 958 <footer>
937 <a is="action-link" id="advanced-settings-expander" 959 <a is="action-link" id="advanced-settings-expander"
938 i18n-content="showAdvancedSettings"></a> 960 i18n-content="showAdvancedSettings"></a>
939 </footer> 961 </footer>
940 </div> 962 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/browser_options.css ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698