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"> |