Index: chrome/browser/resources/options/browser_options.html |
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html |
index 345057ac204f329af935480c1858776356210ca2..83ac8f56259bd4b48b1e388c2ff9ebb49384307d 100644 |
--- a/chrome/browser/resources/options/browser_options.html |
+++ b/chrome/browser/resources/options/browser_options.html |
@@ -29,6 +29,11 @@ |
<include src="sync_section.html"> |
<include src="startup_section.html"> |
</if> |
+ <section id="proxy-section" hidden> |
+ <h3 i18n-content="sectionTitleProxy"></h3> |
+ <div id="proxy-section-content"></div> |
+ </section> |
+ |
<section> |
<h3 i18n-content="sectionTitleAppearance"></h3> |
<div class="settings-row"> |
@@ -556,7 +561,9 @@ |
<section id="network-section"> |
<h3 i18n-content="advancedSectionTitleNetwork"></h3> |
<div> |
- <span id="proxiesLabel" class="settings-row"></span> |
+ <span id="proxiesLabel" |
+ class="settings-row" |
+ i18n-content="proxiesLabelSystem"></span> |
<div class="settings-row"> |
<button id="proxiesConfigureButton" |
i18n-content="proxiesConfigureButton"></button> |