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

Unified Diff: chrome/browser/resources/options/content_settings.html

Issue 2369353002: Adds a pref and a policy to decide if PDFs should always be opened externally. (Closed)
Patch Set: Address comments. Created 4 years, 3 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
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..3e86cf6b8e296a86bb3921ff072779f1958fdf4a 100644
--- a/chrome/browser/resources/options/content_settings.html
+++ b/chrome/browser/resources/options/content_settings.html
@@ -648,6 +648,21 @@
</div>
</div>
</section>
+ <!-- PDF Plugin filter -->
+ <section id="pdf-section">
+ <h3 i18n-content="pdfTabLabel" class="content-settings-header"></h3>
+ <div>
+ <div class="settings-row">
+ <p i18n-content="pdfHeader"></p>
+ </div>
+ <div class="checkbox">
+ <label>
+ <input pref="plugins.plugins_disabled_exceptions" type="checkbox">
+ <span i18n-content="pdfEnable"></span>
+ </label>
+ </div>
+ </div>
+ </section>
</div>
<div class="action-area">
<div class="button-strip">

Powered by Google App Engine
This is Rietveld 408576698