| 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 8e88c1c24a2647a1cc5eca15da4c7d2a845eca27..46063e85e274735061921f06d61472ddd214677d 100644
|
| --- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| +++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
|
| @@ -14,6 +14,7 @@
|
| <link rel="import" href="/site_settings/constants.html">
|
| <link rel="import" href="/site_settings/media_picker.html">
|
| <link rel="import" href="/site_settings/protocol_handlers.html">
|
| +<link rel="import" href="/site_settings/usb_devices.html">
|
| <link rel="import" href="/site_settings/site_data.html">
|
| <link rel="import" href="/site_settings_page/site_settings_page.html">
|
|
|
| @@ -286,6 +287,11 @@
|
| </site-settings-category>
|
| </settings-subpage>
|
| </template>
|
| + <template is="dom-if" route-path="/siteSettings/usbDevices" no-search>
|
| + <settings-subpage page-title="$i18n{siteSettingsUsbDevices}">
|
| + <usb-devices></usb-devices>
|
| + </settings-subpage>
|
| + </template>
|
|
|
| <template is="dom-if" name="site-details" no-search>
|
| <settings-subpage page-title="[[selectedSite.originForDisplay]]">
|
|
|