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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/browser_options.html
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html
index 67a448e2d042b31c66b53dd3febc4e11896a0af2..4cea7dcb5e0ea476eecce45e9e1c6f5fac56e001 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -219,6 +219,17 @@
</div>
</div>
</section>
+
+ <section id="security-section" hidden>
+ <h3 i18n-content="securityTitle"></h3>
+ <div class="settings-row">
+ <span i18n-content="consumerManagementEnrollDescription"></span>
+ </div>
+ <div class="settings-row">
+ <button id="consumer-management-enroll-button"
+ i18n-content="consumerManagementEnrollButton"></button>
+ </div>
+ </section>
</if>
<section id="privacy-section">
<h3 i18n-content="advancedSectionTitlePrivacy"></h3>
@@ -633,7 +644,7 @@
</div>
</section>
<section>
- <h3 i18n-content="advancedSectionTitleSecurity"></h3>
+ <h3 i18n-content="advancedSectionTitleCertificates"></h3>
<div>
<if expr="use_nss or is_win or is_macosx">
<div class="settings-row">
« 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