Index: trunk/src/chrome/browser/resources/options/browser_options.html |
=================================================================== |
--- trunk/src/chrome/browser/resources/options/browser_options.html (revision 275254) |
+++ trunk/src/chrome/browser/resources/options/browser_options.html (working copy) |
@@ -29,11 +29,6 @@ |
<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"> |
@@ -561,9 +556,7 @@ |
<section id="network-section"> |
<h3 i18n-content="advancedSectionTitleNetwork"></h3> |
<div> |
- <span id="proxiesLabel" |
- class="settings-row" |
- i18n-content="proxiesLabelSystem"></span> |
+ <span id="proxiesLabel" class="settings-row"></span> |
<div class="settings-row"> |
<button id="proxiesConfigureButton" |
i18n-content="proxiesConfigureButton"></button> |