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

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

Issue 250583004: Remove the confusing certificate revocation checkbox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Set rev_checking_enabled = false unless set by enterprise policy. Created 6 years, 8 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="settings" class="page" hidden> 1 <div id="settings" class="page" hidden>
2 <header> 2 <header>
3 <h1 i18n-content="settingsTitle"></h1> 3 <h1 i18n-content="settingsTitle"></h1>
4 </header> 4 </header>
5 <include src="reset_profile_settings_banner.html"> 5 <include src="reset_profile_settings_banner.html">
6 <include src="automatic_settings_reset_banner.html"> 6 <include src="automatic_settings_reset_banner.html">
7 <if expr="chromeos"> 7 <if expr="chromeos">
8 <include src="secondary_user_banner.html"> 8 <include src="secondary_user_banner.html">
9 <section> 9 <section>
10 <div id="network-section-header" class="section-header"> 10 <div id="network-section-header" class="section-header">
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 </section> 645 </section>
646 <section> 646 <section>
647 <h3 i18n-content="advancedSectionTitleCertificates"></h3> 647 <h3 i18n-content="advancedSectionTitleCertificates"></h3>
648 <div> 648 <div>
649 <if expr="use_nss or is_win or is_macosx"> 649 <if expr="use_nss or is_win or is_macosx">
650 <div class="settings-row"> 650 <div class="settings-row">
651 <button id="certificatesManageButton" 651 <button id="certificatesManageButton"
652 i18n-content="certificatesManageButton"></button> 652 i18n-content="certificatesManageButton"></button>
653 </div> 653 </div>
654 </if> 654 </if>
655 <div class="checkbox">
656 <label>
657 <input id="sslCheckRevocation" pref="ssl.rev_checking.enabled"
658 type="checkbox">
659 <span i18n-content="sslCheckRevocation"></span>
660 </label>
661 </div>
662 </div> 655 </div>
663 </section> 656 </section>
664 <if expr="enable_service_discovery"> 657 <if expr="enable_service_discovery">
665 <section id="cloudprint-options-mdns"> 658 <section id="cloudprint-options-mdns">
666 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> 659 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3>
667 <div class="settings-row"> 660 <div class="settings-row">
668 <span i18n-content="cloudPrintOptionLabel"></span> 661 <span i18n-content="cloudPrintOptionLabel"></span>
669 <a target="_blank" i18n-content="learnMore" 662 <a target="_blank" i18n-content="learnMore"
670 i18n-values="href:cloudPrintLearnMoreURL"></a> 663 i18n-values="href:cloudPrintLearnMoreURL"></a>
671 </div> 664 </div>
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
926 </div> 919 </div>
927 </section> 920 </section>
928 </div> <!-- advanced-settings-container --> 921 </div> <!-- advanced-settings-container -->
929 </div> <!-- advanced-settings --> 922 </div> <!-- advanced-settings -->
930 <footer> 923 <footer>
931 <button id="advanced-settings-expander" class="link-button" 924 <button id="advanced-settings-expander" class="link-button"
932 i18n-content="showAdvancedSettings"> 925 i18n-content="showAdvancedSettings">
933 </button> 926 </button>
934 </footer> 927 </footer>
935 </div> 928 </div>
OLDNEW
« no previous file with comments | « chrome/browser/net/ssl_config_service_manager_pref.cc ('k') | chrome/browser/ui/webui/options/browser_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698