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

Unified Diff: chrome/browser/resources/settings/route.js

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/route.js
diff --git a/chrome/browser/resources/settings/route.js b/chrome/browser/resources/settings/route.js
index 096b3c13c9ecc79ea540eec75d273a1504609128..8d6760a391a3a756935b658e19029c1b9c40fb5a 100644
--- a/chrome/browser/resources/settings/route.js
+++ b/chrome/browser/resources/settings/route.js
@@ -179,6 +179,8 @@ cr.define('settings', function() {
'popups', 'site-settings-category-popups');
r.SITE_SETTINGS_UNSANDBOXED_PLUGINS = r.SITE_SETTINGS.createChild(
'unsandboxedPlugins', 'site-settings-category-unsandboxed-plugins');
+ r.SITE_SETTINGS_USB_DEVICES = r.SITE_SETTINGS.createChild(
+ 'usbDevices', 'site-settings-category-usb-devices');
r.SITE_SETTINGS_AUTOMATIC_DOWNLOADS_DETAILS =
r.SITE_SETTINGS_AUTOMATIC_DOWNLOADS.createChild('details',

Powered by Google App Engine
This is Rietveld 408576698