| Index: chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.html b/chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| index 2f67e4d456b5f97f024353994632d51f90a11b3d..23cbc9a7ece36afd2264612d0c20775646995992 100644
|
| --- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| +++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| @@ -16,6 +16,7 @@
|
| <link rel="import" href="/site_settings/all_sites.html">
|
| <link rel="import" href="/site_settings/constants.html">
|
| <link rel="import" href="/site_settings/media_picker.html">
|
| +<link rel="import" href="/site_settings/pdf_documents.html">
|
| <link rel="import" href="/site_settings/protocol_handlers.html">
|
| <link rel="import" href="/site_settings/site_data_details_subpage.html">
|
| <link rel="import" href="/site_settings/site_settings_category.html">
|
| @@ -283,6 +284,11 @@
|
| <zoom-levels></zoom-levels>
|
| </settings-subpage>
|
| </template>
|
| + <template is="dom-if" route-path="/content/pdfDocuments" no-search>
|
| + <settings-subpage page-title="$i18n{siteSettingsPdfDocuments}">
|
| + <settings-pdf-documents prefs="{{prefs}}"></settings-pdf-documents>
|
| + </settings-subpage>
|
| + </template>
|
| <template is="dom-if" route-path="/content/javascript" no-search>
|
| <settings-subpage page-title="$i18n{siteSettingsCategoryJavascript}">
|
| <button class="icon-help subpage-title-extra"
|
|
|