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

Side by Side Diff: chrome/browser/resources/options2/chromeos/proxy.html

Issue 9288016: [uber page] Split out part of headers CL to make review easier. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing accidental CL leakage Created 8 years, 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div id="proxyPage" class="page vbox" hidden> 1 <div id="proxyPage" class="page vbox" hidden>
2 <div id="info-banner" class="managed-prefs-banner" hidden> 2 <div id="info-banner" class="managed-prefs-banner" hidden>
3 <span id="banner-icon" class="managed-prefs-icon"></span> 3 <span id="banner-icon" class="managed-prefs-icon"></span>
4 <span id="banner-text" class="managed-prefs-text"></span> 4 <span id="banner-text" class="managed-prefs-text"></span>
5 </div> 5 </div>
6 <h1 id="proxy-page-title" i18n-content="proxyPage"></h1> 6 <header><h1 id="proxy-page-title" i18n-content="proxyPage"></h1></header>
7 <section> 7 <section>
8 <h3 i18n-content="proxy_config_title"></h3> 8 <h3 i18n-content="proxy_config_title"></h3>
9 <div> 9 <div>
10 <div class="radio"> 10 <div class="radio">
11 <label> 11 <label>
12 <input id="directProxy" type="radio" name="proxytype" value="1" 12 <input id="directProxy" type="radio" name="proxytype" value="1"
13 pref="cros.session.proxy.type"> 13 pref="cros.session.proxy.type">
14 <span i18n-content="proxyDirectInternetConnection"></span> 14 <span i18n-content="proxyDirectInternetConnection"></span>
15 </label> 15 </label>
16 </div> 16 </div>
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 <h3 i18n-content="advanced_proxy_config"></h3> 132 <h3 i18n-content="advanced_proxy_config"></h3>
133 <div class="option vbox flex"> 133 <div class="option vbox flex">
134 <div i18n-content="proxyBypass"></div> 134 <div i18n-content="proxyBypass"></div>
135 <list id="ignoredHostList" class="stretch"></list> 135 <list id="ignoredHostList" class="stretch"></list>
136 <input id="newHost" type="url" size="30"> 136 <input id="newHost" type="url" size="30">
137 <button id="addHost" i18n-content="addHost"></button> 137 <button id="addHost" i18n-content="addHost"></button>
138 <button id="removeHost" i18n-content="removeHost"></button> 138 <button id="removeHost" i18n-content="removeHost"></button>
139 </div> 139 </div>
140 </section> 140 </section>
141 </div> 141 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698