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

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

Issue 234583003: Add a command line switch --enable-consumer-management. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 </div> 212 </div>
213 <div class="checkbox"> 213 <div class="checkbox">
214 <label> 214 <label>
215 <input id="use-24hour-clock" pref="settings.clock.use_24hour_clock" 215 <input id="use-24hour-clock" pref="settings.clock.use_24hour_clock"
216 type="checkbox"> 216 type="checkbox">
217 <span i18n-content="use24HourClock"></span> 217 <span i18n-content="use24HourClock"></span>
218 </label> 218 </label>
219 </div> 219 </div>
220 </div> 220 </div>
221 </section> 221 </section>
222
223 <section id="security-section" hidden>
224 <h3 i18n-content="securityTitle"></h3>
225 <div class="settings-row">
226 <span i18n-content="consumerManagementEnrollDescription"></span>
227 </div>
228 <div class="settings-row">
229 <button id="consumer-management-enroll-button"
230 i18n-content="consumerManagementEnrollButton"></button>
231 </div>
232 </section>
222 </if> 233 </if>
223 <section id="privacy-section"> 234 <section id="privacy-section">
224 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> 235 <h3 i18n-content="advancedSectionTitlePrivacy"></h3>
225 <div> 236 <div>
226 <div class="settings-row"> 237 <div class="settings-row">
227 <button id="privacyContentSettingsButton" 238 <button id="privacyContentSettingsButton"
228 i18n-content="privacyContentSettingsButton"></button> 239 i18n-content="privacyContentSettingsButton"></button>
229 <button id="privacyClearDataButton" 240 <button id="privacyClearDataButton"
230 i18n-content="privacyClearDataButton"></button> 241 i18n-content="privacyClearDataButton"></button>
231 </div> 242 </div>
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 i18n-content="autoOpenFileTypesInfo"></div> 637 i18n-content="autoOpenFileTypesInfo"></div>
627 <div class="settings-row"> 638 <div class="settings-row">
628 <button id="autoOpenFileTypesResetToDefault" 639 <button id="autoOpenFileTypesResetToDefault"
629 i18n-content="autoOpenFileTypesResetToDefault"></button> 640 i18n-content="autoOpenFileTypesResetToDefault"></button>
630 </div> 641 </div>
631 </div> 642 </div>
632 </div> 643 </div>
633 </div> 644 </div>
634 </section> 645 </section>
635 <section> 646 <section>
636 <h3 i18n-content="advancedSectionTitleSecurity"></h3> 647 <h3 i18n-content="advancedSectionTitleCertificates"></h3>
637 <div> 648 <div>
638 <if expr="use_nss or is_win or is_macosx"> 649 <if expr="use_nss or is_win or is_macosx">
639 <div class="settings-row"> 650 <div class="settings-row">
640 <button id="certificatesManageButton" 651 <button id="certificatesManageButton"
641 i18n-content="certificatesManageButton"></button> 652 i18n-content="certificatesManageButton"></button>
642 </div> 653 </div>
643 </if> 654 </if>
644 <div class="checkbox"> 655 <div class="checkbox">
645 <label> 656 <label>
646 <input id="sslCheckRevocation" pref="ssl.rev_checking.enabled" 657 <input id="sslCheckRevocation" pref="ssl.rev_checking.enabled"
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 </div> 926 </div>
916 </section> 927 </section>
917 </div> <!-- advanced-settings-container --> 928 </div> <!-- advanced-settings-container -->
918 </div> <!-- advanced-settings --> 929 </div> <!-- advanced-settings -->
919 <footer> 930 <footer>
920 <button id="advanced-settings-expander" class="link-button" 931 <button id="advanced-settings-expander" class="link-button"
921 i18n-content="showAdvancedSettings"> 932 i18n-content="showAdvancedSettings">
922 </button> 933 </button>
923 </footer> 934 </footer>
924 </div> 935 </div>
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/chrome_restart_request.cc ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698