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

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: 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 372c49e98cc06cc181c7f71d02c67952acec8e9a..de13430fe90986ae1d554cd5d5b00bd5b56351f4 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -887,6 +887,12 @@
<structure name="IDR_SETTINGS_SETTINGS_JS"
file="settings.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_USB_DEVICES_HTML"
+ 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" />
dschuyler 2016/08/11 23:28:07 nit: the indent is off here.
Finnur 2016/08/12 13:11:25 Done.
<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