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

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

Issue 1011833002: Web MIDI: make Chrome a music platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/resources/options/content_settings.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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="cookiesTabLabel"></h3> 7 <h3 i18n-content="cookiesTabLabel"></h3>
8 <div class="replace-with-website-settings"> 8 <div class="replace-with-website-settings">
9 <div class="radio controlled-setting-with-label"> 9 <div class="radio controlled-setting-with-label">
10 <label> 10 <label>
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 <div class="experimental-website-settings" hidden> 592 <div class="experimental-website-settings" hidden>
593 <span id="multiple-automatic-downloads-default-string"></span> 593 <span id="multiple-automatic-downloads-default-string"></span>
594 <div class="settings-row"> 594 <div class="settings-row">
595 <button class="website-settings-permission-button" 595 <button class="website-settings-permission-button"
596 contentType="multiple-automatic-downloads" 596 contentType="multiple-automatic-downloads"
597 i18n-content="websitesManage"></button> 597 i18n-content="websitesManage"></button>
598 </div> 598 </div>
599 </div> 599 </div>
600 </section> 600 </section>
601 <!-- MIDI system exclusive messages filter --> 601 <!-- MIDI system exclusive messages filter -->
602 <section id="experimental-web-midi-settings" hidden="true"> 602 <section>
603 <h3 i18n-content="midi-sysex_header"></h3> 603 <h3 i18n-content="midi-sysex_header"></h3>
604 <div> 604 <div>
605 <div class="radio"> 605 <div class="radio">
606 <label> 606 <label>
607 <input type="radio" name="midi-sysex" value="allow"> 607 <input type="radio" name="midi-sysex" value="allow">
608 <span i18n-content="midiSysExAllow"></span> 608 <span i18n-content="midiSysExAllow"></span>
609 </label> 609 </label>
610 </div> 610 </div>
611 <div class="radio"> 611 <div class="radio">
612 <label> 612 <label>
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 </section> 666 </section>
667 </div> 667 </div>
668 <div class="action-area"> 668 <div class="action-area">
669 <div class="button-strip"> 669 <div class="button-strip">
670 <button id="content-settings-overlay-confirm" class="default-button" 670 <button id="content-settings-overlay-confirm" class="default-button"
671 i18n-content="done"> 671 i18n-content="done">
672 </button> 672 </button>
673 </div> 673 </div>
674 </div> 674 </div>
675 </div> 675 </div>
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/resources/options/content_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698