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

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: Sync'ed 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 981c574e4fb8fb26a7a6f376b2bbe27e4fefe1b7..e016fdff2801ea08a90a3892def036630edab4e7 100644
--- a/chrome/browser/resources/settings/route.js
+++ b/chrome/browser/resources/settings/route.js
@@ -172,6 +172,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