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

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

Issue 2720503006: MD Settings: Internet: Move network lists to a subpage (Closed)
Patch Set: Rebase Created 3 years, 10 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 722246679f5bc878da2b5ff5978a9833c23fa6a9..5760518c6a2e5d8851c856f2c002d68dd2b109b7 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -1076,6 +1076,12 @@
<structure name="IDR_SETTINGS_INTERNET_SHARED_CSS_HTML"
file="internet_page/internet_shared_css.html"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_INTERNET_SUBPAGE_HTML"
+ file="internet_page/internet_subpage.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_INTERNET_SUBPAGE_JS"
+ file="internet_page/internet_subpage.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