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

Unified Diff: trunk/src/chrome/browser/resources/options/browser_options.html

Issue 312403003: Revert 275229 "Add an extension override bubble and warning box ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 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: 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>

Powered by Google App Engine
This is Rietveld 408576698