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