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

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

Issue 2964293002: CrOS Settings: Add skeleton page for multidevice section. (Closed)
Patch Set: Sync and rebase Created 3 years, 5 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 679c6c78f6ec2e2565af9b0cc3d692cd99302ba0..5a8c40e230d90d1210a6aeac2b1188c75a7481d1 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -1164,6 +1164,12 @@
<structure name="IDR_SETTINGS_INTERNET_SUBPAGE_JS"
file="internet_page/internet_subpage.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_MULTIDEVICE_PAGE_HTML"
+ file="multidevice_page/multidevice_page.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_MULTIDEVICE_PAGE_JS"
+ file="multidevice_page/multidevice_page.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_NETWORK_APNLIST_HTML"
file="internet_page/network_apnlist.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698