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

Unified Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 2237823003: Site Settings Desktop: Implement USB devices section. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: One more fix 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/settings_resources.grd
diff --git a/chrome/browser/resources/settings/settings_resources.grd b/chrome/browser/resources/settings/settings_resources.grd
index 06dedb412363c7d1ae3892a8a3c33d704e8164d9..afbdf141096d3f94636a378b0b10dc01de55a5a7 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -880,6 +880,12 @@
<structure name="IDR_SETTINGS_SETTINGS_JS"
file="settings.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_USB_DEVICES_HTML"
stevenjb 2016/08/15 19:01:54 Fix indent
Finnur 2016/08/16 10:13:55 Done.
+ file="site_settings/usb_devices.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_USB_DEVICES_JS"
+ file="site_settings/usb_devices.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_WEBSITE_USAGE_PRIVATE_API_HTML"
file="site_settings/website_usage_private_api.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698