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

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

Issue 1219753007: Add network proxy input to md-settings internet details (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_470445_onc_proxy
Patch Set: Created 5 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 fac78b8cd0b9c1c33ae7d401bbc868ae84810425..597aa8d17cc00dd70f76549f340e70e18e597270 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -276,6 +276,24 @@
<structure name="IDR_SETTINGS_NETWORK_PROPERTY_LIST_JS"
file="internet_page/network_property_list.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_NETWORK_PROXY_CSS"
+ file="internet_page/network_proxy.css"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_NETWORK_PROXY_HTML"
+ file="internet_page/network_proxy.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_NETWORK_PROXY_JS"
+ file="internet_page/network_proxy.js"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_NETWORK_PROXY_INPUT_CSS"
+ file="internet_page/network_proxy_input.css"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_NETWORK_PROXY_INPUT_HTML"
+ file="internet_page/network_proxy_input.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_NETWORK_PROXY_INPUT_JS"
+ file="internet_page/network_proxy_input.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_NETWORK_SUMMARY_CSS"
file="internet_page/network_summary.css"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698