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

Unified Diff: chrome/browser/resources/settings/privacy_page/privacy_page.html

Issue 2237823003: Site Settings Desktop: Implement USB devices section. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/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 de004680b9adbc815987088c8c3c5344f9ec5a13..1d97952fad047ae7205d50ace4392cae6d36a987 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -12,6 +12,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">
@@ -262,6 +263,12 @@
</site-settings-category>
</settings-subpage>
</template>
+ <template is="dom-if" name="site-settings-category-usb-devices">
+ <settings-subpage no-associated-control
+ page-title="$i18n{siteSettingsUsbDevices}">
+ <usb-devices></usb-devices>
+ </settings-subpage>
+ </template>
<template is="dom-if" name="site-details">
<settings-subpage no-associated-control

Powered by Google App Engine
This is Rietveld 408576698