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

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

Issue 1100993002: Implement md-settings network lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Request network states on expand wifi Created 5 years, 8 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 815ea9d30046bf0bc1272e7de38bb9da7c835208..e149bfd3c7d29e91f5202660070a2069d8c5b82b 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -227,6 +227,15 @@
<structure name="IDR_SETTINGS_NETWORK_SUMMARY_JS"
file="internet_page/network_summary.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_STYLE_HTML"
+ file="internet_page/network_summary_item_style.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_HTML"
+ file="internet_page/network_summary_item.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_NETWORK_SUMMARY_ITEM_JS"
+ file="internet_page/network_summary_item.js"
+ type="chrome_html" />
</if>
</structures>
</release>

Powered by Google App Engine
This is Rietveld 408576698