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

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 37f98714e9578471abe83e798dec42c9931a9ab0..ab5f68cbb99f0a107d4cb0ba3067ea0fadc4179e 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -1070,6 +1070,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