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

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

Issue 2848683003: MD Settings: Add settings-internet-config (WiFi only, no certs) (Closed)
Patch Set: Feedback, add network-confg-input + select Created 3 years, 7 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 0f1d1cf746b7cfdbfc5d65692947452fb4234169..2a4bf3065e53346ee4a295af3d1cc3706b615b69 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -1091,6 +1091,12 @@
<structure name="IDR_SETTINGS_DATE_TIME_PAGE_JS"
file="date_time_page/date_time_page.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_INTERNET_CONFIG_HTML"
+ file="internet_page/internet_config.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_INTERNET_CONFIG_JS"
+ file="internet_page/internet_config.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_INTERNET_DETAIL_PAGE_HTML"
file="internet_page/internet_detail_page.html"
type="chrome_html" />
@@ -1124,6 +1130,18 @@
<structure name="IDR_SETTINGS_NETWORK_APNLIST_JS"
file="internet_page/network_apnlist.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_NETWORK_CONFIG_INPUT_HTML"
+ file="internet_page/network_config_input.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_NETWORK_CONFIG_INPUT_JS"
+ file="internet_page/network_config_input.js"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_NETWORK_CONFIG_SELECT_HTML"
+ file="internet_page/network_config_select.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_NETWORK_CONFIG_SELECT_JS"
+ file="internet_page/network_config_select.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_NETWORK_IP_CONFIG_HTML"
file="internet_page/network_ip_config.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698