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

Side by Side Diff: chrome/browser/resources/chromeos/login/header_bar.html

Issue 438493002: Added ConsumerManagementService class to handle enroll state and device owner info in boot lockbox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@signin
Patch Set: Fixed the broken test. Created 6 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
OLDNEW
1 <div id="login-header-bar" hidden class="login-header-bar-hidden"> 1 <div id="login-header-bar" hidden class="login-header-bar-hidden">
2 <div id="shutdown-header-bar-item" class="header-bar-item"> 2 <div id="shutdown-header-bar-item" class="header-bar-item">
3 <button id="shutdown-button" class="custom-appearance" 3 <button id="shutdown-button" class="custom-appearance"
4 i18n-content="shutDown"></button> 4 i18n-content="shutDown"></button>
5 </div> 5 </div>
6 <div id="apps-header-bar-item" class="header-bar-item" hidden> 6 <div id="apps-header-bar-item" class="header-bar-item" hidden>
7 <button id="show-apps-button" class="custom-appearance" 7 <button id="show-apps-button" class="custom-appearance"
8 i18n-content="showApps"></button> 8 i18n-content="showApps"></button>
9 </div> 9 </div>
10 <div id="add-user-header-bar-item" class="header-bar-item" hidden> 10 <div id="add-user-header-bar-item" class="header-bar-item" hidden>
(...skipping 11 matching lines...) Expand all
22 i18n-content="signOutUser"></button> 22 i18n-content="signOutUser"></button>
23 </div> 23 </div>
24 <div id="cancel-multiple-sign-in-item" class="header-bar-item" hidden> 24 <div id="cancel-multiple-sign-in-item" class="header-bar-item" hidden>
25 <button id="cancel-multiple-sign-in-button" class="custom-appearance" 25 <button id="cancel-multiple-sign-in-button" class="custom-appearance"
26 i18n-content="cancel"></button> 26 i18n-content="cancel"></button>
27 </button> 27 </button>
28 </div> 28 </div>
29 <div id="cancel-consumer-management-enrollment" class="header-bar-item" 29 <div id="cancel-consumer-management-enrollment" class="header-bar-item"
30 hidden> 30 hidden>
31 <button id="cancel-consumer-management-enrollment-button" 31 <button id="cancel-consumer-management-enrollment-button"
32 class="custom-appearance" i18n-content="cancel"></button> 32 class="custom-appearance" i18n-content="cancel">
33 </button> 33 </button>
34 </div> 34 </div>
35 </div> 35 </div>
OLDNEW
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/resources/chromeos/login/header_bar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698