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

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

Issue 7766004: Direct copy of http://codereview.chromium.org/7685019/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 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="advancedPage" class="page" hidden> 1 <div id="advancedPage" class="page" hidden>
2 <h1 i18n-content="advancedPage"></h1> 2 <h1 i18n-content="advancedPage"></h1>
3 <div class="displaytable"> 3 <div class="displaytable">
4 <section> 4 <section>
5 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> 5 <h3 i18n-content="advancedSectionTitlePrivacy"></h3>
6 <div> 6 <div>
7 <div class="section-group"> 7 <div class="section-group">
8 <button id="privacyContentSettingsButton" 8 <button id="privacyContentSettingsButton"
9 i18n-content="privacyContentSettingsButton"></button> 9 i18n-content="privacyContentSettingsButton"></button>
10 <button id="privacyClearDataButton" 10 <button id="privacyClearDataButton"
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 <h3 i18n-content="advancedSectionTitleSecurity"></h3> 183 <h3 i18n-content="advancedSectionTitleSecurity"></h3>
184 <div> 184 <div>
185 <div><button id="certificatesManageButton" 185 <div><button id="certificatesManageButton"
186 i18n-content="certificatesManageButton"></button></div> 186 i18n-content="certificatesManageButton"></button></div>
187 <div class="checkbox"> 187 <div class="checkbox">
188 <label> 188 <label>
189 <input id="sslCheckRevocation" type="checkbox"> 189 <input id="sslCheckRevocation" type="checkbox">
190 <span i18n-content="sslCheckRevocation"></span> 190 <span i18n-content="sslCheckRevocation"></span>
191 </label> 191 </label>
192 </div> 192 </div>
193 <div class="checkbox">
194 <label>
195 <input id="sslUseSSL3" type="checkbox">
196 <span i18n-content="sslUseSSL3"></span>
197 </label>
198 </div>
199 <div class="checkbox">
200 <label>
201 <input id="sslUseTLS1" type="checkbox">
202 <span i18n-content="sslUseTLS1"></span>
203 </label>
204 </div>
205 </div> 193 </div>
206 </section> 194 </section>
207 <if expr="not pp_ifdef('chromeos')"> 195 <if expr="not pp_ifdef('chromeos')">
208 <section id="cloud-print-proxy-section"> 196 <section id="cloud-print-proxy-section">
209 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> 197 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3>
210 <div> 198 <div>
211 <div id="cloudPrintProxyLabel" 199 <div id="cloudPrintProxyLabel"
212 i18n-content="cloudPrintProxyDisabledLabel"></div> 200 i18n-content="cloudPrintProxyDisabledLabel"></div>
213 <div class="section-group"> 201 <div class="section-group">
214 <button id="cloudPrintProxySetupButton" 202 <button id="cloudPrintProxySetupButton"
(...skipping 28 matching lines...) Expand all
243 <div class="checkbox"> 231 <div class="checkbox">
244 <label> 232 <label>
245 <input id="backgroundModeCheckbox" type="checkbox"> 233 <input id="backgroundModeCheckbox" type="checkbox">
246 <span i18n-content="backgroundModeCheckbox"></span> 234 <span i18n-content="backgroundModeCheckbox"></span>
247 </label> 235 </label>
248 </div> 236 </div>
249 </section> 237 </section>
250 </if> 238 </if>
251 </div> 239 </div>
252 </div> 240 </div>
OLDNEW
« no previous file with comments | « chrome/browser/net/ssl_config_service_manager_pref.cc ('k') | chrome/browser/resources/options/advanced_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698