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

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

Issue 2392923002: Add UI for local manipulation of the PDF plugin preference. (Closed)
Patch Set: Rebased on a cleaned up base CL. Created 4 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="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> 8 <div>
9 <div class="radio controlled-setting-with-label"> 9 <div class="radio controlled-setting-with-label">
10 <label> 10 <label>
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 <section id="mouselock-section"> 641 <section id="mouselock-section">
642 <h3 i18n-content="mouselockTabLabel"></h3> 642 <h3 i18n-content="mouselockTabLabel"></h3>
643 <p i18n-content="mouselockDeprecated"></p> 643 <p i18n-content="mouselockDeprecated"></p>
644 <div> 644 <div>
645 <div class="settings-row"> 645 <div class="settings-row">
646 <button class="exceptions-list-button" contentType="mouselock" 646 <button class="exceptions-list-button" contentType="mouselock"
647 i18n-content="manageExceptions"></button> 647 i18n-content="manageExceptions"></button>
648 </div> 648 </div>
649 </div> 649 </div>
650 </section> 650 </section>
651 <!-- PDF Plugin filter -->
652 <section id="pdf-section">
653 <h3 i18n-content="pdfTabLabel" class="content-settings-header"></h3>
654 <div>
655 <div class="checkbox">
656 <label>
657 <input pref="plugins.always_open_pdf_externally" type="checkbox">
658 <span>
659 <span i18n-content="pdfEnable"></span>
660 <span class="controlled-setting-indicator"
661 pref="plugins.always_open_pdf_externally">
662 </span>
663 </span>
664 </label>
665 </div>
666 </div>
667 </section>
651 </div> 668 </div>
652 <div class="action-area"> 669 <div class="action-area">
653 <div class="button-strip"> 670 <div class="button-strip">
654 <button id="content-settings-overlay-confirm" class="default-button" 671 <button id="content-settings-overlay-confirm" class="default-button"
655 i18n-content="done"> 672 i18n-content="done">
656 </button> 673 </button>
657 </div> 674 </div>
658 </div> 675 </div>
659 </div> 676 </div>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/options/content_settings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698