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

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

Issue 559303002: Hotword Audio Verification app: control the hotword settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@launch-state
Patch Set: Rebase Created 6 years, 2 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 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 </button> 152 </button>
153 </div> 153 </div>
154 </div> 154 </div>
155 </section> 155 </section>
156 <section> 156 <section>
157 <h3 id="voice-section-title" i18n-content="sectionTitleVoice" hidden></h3> 157 <h3 id="voice-section-title" i18n-content="sectionTitleVoice" hidden></h3>
158 <div id="voice-section-content"> 158 <div id="voice-section-content">
159 <div id="hotword-always-on-search" hidden> 159 <div id="hotword-always-on-search" hidden>
160 <div class="checkbox controlled-setting-with-label"> 160 <div class="checkbox controlled-setting-with-label">
161 <label> 161 <label>
162 <input pref="hotword.always_on_search_enabled" type="checkbox"> 162 <input id="hotword-always-on-search-checkbox"
163 pref="hotword.always_on_search_enabled" type="checkbox">
163 <span i18n-content="hotwordAlwaysOnSearchEnable"></span> 164 <span i18n-content="hotwordAlwaysOnSearchEnable"></span>
164 </label> 165 </label>
165 </div> 166 </div>
166 </div> 167 </div>
167 <div id="audio-logging" hidden> 168 <div id="audio-logging" hidden>
168 <div class="checkbox controlled-setting-with-label"> 169 <div class="checkbox controlled-setting-with-label">
169 <label> 170 <label>
170 <input pref="hotword.audio_logging_enabled" type="checkbox"> 171 <input pref="hotword.audio_logging_enabled" type="checkbox">
171 <span i18n-content="hotwordAudioHistoryEnable"></span> 172 <span i18n-content="hotwordAudioHistoryEnable"></span>
172 </label> 173 </label>
(...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 </div> <!-- advanced-settings --> 930 </div> <!-- advanced-settings -->
930 <footer> 931 <footer>
931 <button id="advanced-settings-expander" class="link-button" 932 <button id="advanced-settings-expander" class="link-button"
932 i18n-content="showAdvancedSettings"> 933 i18n-content="showAdvancedSettings">
933 </button> 934 </button>
934 <button id="version-button" class="link-button" hidden 935 <button id="version-button" class="link-button" hidden
935 i18n-content="browserVersion"> 936 i18n-content="browserVersion">
936 </button> 937 </button>
937 </footer> 938 </footer>
938 </div> 939 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/hotword_audio_verification/main.js ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698