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

Side by Side Diff: chrome/browser/resources/options/content_settings.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="content-settings-page" class="page" hidden> 1 <div id="content-settings-page" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="contentSettingsPage"></h1> 3 <h1 i18n-content="contentSettingsPage"></h1>
4 <div class="content-area"> 4 <div class="content-area">
5 <!-- Cookie filter tab contents --> 5 <!-- Cookie filter tab contents -->
6 <section> 6 <section>
7 <h3 i18n-content="cookies_tab_label"></h3> 7 <h3 i18n-content="cookies_tab_label"></h3>
8 <div> 8 <div>
9 <div class="radio"> 9 <div class="radio">
10 <span class="controlled-setting-with-label"> 10 <span class="controlled-setting-with-label">
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 <div class="settings-row"> 415 <div class="settings-row">
416 <button id="protected-content-exceptions" 416 <button id="protected-content-exceptions"
417 class="exceptions-list-button" contentType="protectedContent" 417 class="exceptions-list-button" contentType="protectedContent"
418 i18n-content="manageExceptions"></button> 418 i18n-content="manageExceptions"></button>
419 </div> 419 </div>
420 </if> 420 </if>
421 </div> 421 </div>
422 </section> 422 </section>
423 </if> 423 </if>
424 <!-- Media Stream capture device filter --> 424 <!-- Media Stream capture device filter -->
425 <section> 425 <section id="media-stream-settings">
426 <div class="section-header"> 426 <div class="section-header">
427 <h3 i18n-content="mediaStreamTabLabel"></h3> 427 <h3 i18n-content="mediaStreamTabLabel"></h3>
428 <span id="media-indicator" 428 <span id="media-indicator"
429 class="controlled-setting-indicator group-indicator"></span> 429 class="controlled-setting-indicator group-indicator"></span>
430 </div> 430 </div>
431 <div> 431 <div>
432 <div class="media-device-control"> 432 <div class="media-device-control">
433 <span i18n-content="mediaSelectMicLabel"></span> 433 <span i18n-content="mediaSelectMicLabel"></span>
434 <select id="media-select-mic" class="weakrtl"></select> 434 <select id="media-select-mic" class="weakrtl"></select>
435 </div> 435 </div>
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 </section> 597 </section>
598 </div> 598 </div>
599 <div class="action-area"> 599 <div class="action-area">
600 <div class="button-strip"> 600 <div class="button-strip">
601 <button id="content-settings-overlay-confirm" class="default-button" 601 <button id="content-settings-overlay-confirm" class="default-button"
602 i18n-content="done"> 602 i18n-content="done">
603 </button> 603 </button>
604 </div> 604 </div>
605 </div> 605 </div>
606 </div> 606 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698