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

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

Issue 289063012: [Hotword] Add error message display back in. Add error messages for NaCl. Add metrics for errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove audio Created 6 years, 7 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 | Annotate | Revision Log
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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 </if> 395 </if>
396 <div id="hotword-search" hidden> 396 <div id="hotword-search" hidden>
397 <div class="checkbox"> 397 <div class="checkbox">
398 <span class="controlled-setting-with-label"> 398 <span class="controlled-setting-with-label">
399 <input id="hotword-search-enable" pref="hotword.search_enabled_2" 399 <input id="hotword-search-enable" pref="hotword.search_enabled_2"
400 metric="Options_HotwordCheckbox" type="checkbox" dialog-pref> 400 metric="Options_HotwordCheckbox" type="checkbox" dialog-pref>
401 <span> 401 <span>
402 <label for="hotword-search-enable" 402 <label for="hotword-search-enable"
403 i18n-values=".innerHTML:hotwordSearchEnable"> 403 i18n-values=".innerHTML:hotwordSearchEnable">
404 </label> 404 </label>
405 <span id="controlled-setting-indicator" 405 <span id="hotword-search-setting-indicator"
406 pref="hotword.search_enabled_2" dialog-pref> 406 pref="hotword.search_enabled_2" dialog-pref>
407 </span> 407 </span>
408 </span> 408 </span>
409 </span> 409 </span>
410 </div> 410 </div>
411 </div> 411 </div>
412 </div> 412 </div>
413 </section> 413 </section>
414 <if expr="chromeos"> 414 <if expr="chromeos">
415 <!-- By default, the bluetooth section is hidden. It is only visible if a 415 <!-- By default, the bluetooth section is hidden. It is only visible if a
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
926 </div> 926 </div>
927 </section> 927 </section>
928 </div> <!-- advanced-settings-container --> 928 </div> <!-- advanced-settings-container -->
929 </div> <!-- advanced-settings --> 929 </div> <!-- advanced-settings -->
930 <footer> 930 <footer>
931 <button id="advanced-settings-expander" class="link-button" 931 <button id="advanced-settings-expander" class="link-button"
932 i18n-content="showAdvancedSettings"> 932 i18n-content="showAdvancedSettings">
933 </button> 933 </button>
934 </footer> 934 </footer>
935 </div> 935 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698