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

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

Issue 2655043005: MD Settings: Bluetooth: Move device list to subpage (Closed)
Patch Set: Fix clang, ES6 Created 3 years, 11 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 82d74437d9b13691e580fd708b122d773d7a1173..ef20bb86a7a158ebf25a0f25676eda469832fb56 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -1009,6 +1009,12 @@
<structure name="IDR_SETTINGS_BLUETOOTH_PAGE_JS"
file="bluetooth_page/bluetooth_page.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_BLUETOOTH_SUBPAGE_HTML"
+ file="bluetooth_page/bluetooth_subpage.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_BLUETOOTH_SUBPAGE_JS"
+ file="bluetooth_page/bluetooth_subpage.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_DATE_TIME_PAGE_HTML"
file="date_time_page/date_time_page.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698