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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/content_settings.html
diff --git a/chrome/browser/resources/options/content_settings.html b/chrome/browser/resources/options/content_settings.html
index e53a13c7b2cb64a383b71f7513d930e934ceb77c..1ce3c99e9810a9d7f303fd4537aacd9af1feabfd 100644
--- a/chrome/browser/resources/options/content_settings.html
+++ b/chrome/browser/resources/options/content_settings.html
@@ -648,6 +648,23 @@
</div>
</div>
</section>
+ <!-- PDF Plugin filter -->
+ <section id="pdf-section">
+ <h3 i18n-content="pdfTabLabel" class="content-settings-header"></h3>
+ <div>
+ <div class="checkbox">
+ <label>
+ <input pref="plugins.always_open_pdf_externally" type="checkbox">
+ <span>
+ <span i18n-content="pdfEnable"></span>
+ <span class="controlled-setting-indicator"
+ pref="plugins.always_open_pdf_externally">
+ </span>
+ </span>
+ </label>
+ </div>
+ </div>
+ </section>
</div>
<div class="action-area">
<div class="button-strip">
« 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