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

Side by Side Diff: chrome/browser/resources/options/advanced_options.html

Issue 3132030: dom-ui options: Setup proxy settings UI accordingly if an Extension is managi... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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 class="page hidden" id="advancedPage"> 1 <div class="page hidden" id="advancedPage">
2 <h1 i18n-content="advancedPage"></h1> 2 <h1 i18n-content="advancedPage"></h1>
3 <section> 3 <section>
4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> 4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3>
5 <div> 5 <div>
6 <div> 6 <div>
7 <button id="privacyContentSettingsButton" 7 <button id="privacyContentSettingsButton"
8 i18n-content="privacyContentSettingsButton"></button> 8 i18n-content="privacyContentSettingsButton"></button>
9 <button id="privacyClearDataButton" 9 <button id="privacyClearDataButton"
10 i18n-content="privacyClearDataButton"></button> 10 i18n-content="privacyClearDataButton"></button>
(...skipping 17 matching lines...) Expand all
28 <if expr="pp_ifdef('_google_chrome')"> 28 <if expr="pp_ifdef('_google_chrome')">
29 <label><input id="metricsReportingEnabled" 29 <label><input id="metricsReportingEnabled"
30 pref="user_experience_metrics.reporting_enabled" type="checkbox"> 30 pref="user_experience_metrics.reporting_enabled" type="checkbox">
31 <span i18n-content="enableLogging"></span></label> 31 <span i18n-content="enableLogging"></span></label>
32 </if> 32 </if>
33 </div> 33 </div>
34 </section> 34 </section>
35 <section> 35 <section>
36 <h3 i18n-content="advancedSectionTitleNetwork"></h3> 36 <h3 i18n-content="advancedSectionTitleNetwork"></h3>
37 <div> 37 <div>
38 <div i18n-content="proxiesLabel"></div> 38 <div id="proxiesLabel"></div>
39 <button id="proxiesConfigureButton" 39 <button id="proxiesConfigureButton"
40 i18n-content="proxiesConfigureButton"></button> 40 i18n-content="proxiesConfigureButton"></button>
41 </div> 41 </div>
42 </section> 42 </section>
43 <section> 43 <section>
44 <h3 i18n-content="advancedSectionTitleTranslate"></h3> 44 <h3 i18n-content="advancedSectionTitleTranslate"></h3>
45 <div> 45 <div>
46 <label><input id="enableTranslate" 46 <label><input id="enableTranslate"
47 pref="translate.enabled" type="checkbox"><span 47 pref="translate.enabled" type="checkbox"><span
48 i18n-content="translateEnableTranslate"></span></label> 48 i18n-content="translateEnableTranslate"></span></label>
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 i18n-content="sslUseSSL3"></span></label> 109 i18n-content="sslUseSSL3"></span></label>
110 <label><input id="sslUseTLS1" 110 <label><input id="sslUseTLS1"
111 pref="ssl.tls1.enabled" type="checkbox"><span 111 pref="ssl.tls1.enabled" type="checkbox"><span
112 i18n-content="sslUseTLS1"></span></label> 112 i18n-content="sslUseTLS1"></span></label>
113 </if> 113 </if>
114 <if expr="not pp_ifdef('chromeos')"> 114 <if expr="not pp_ifdef('chromeos')">
115 </div> 115 </div>
116 </section> 116 </section>
117 </if> 117 </if>
118 </div> 118 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698