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

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

Issue 1133733003: Unified icon-buttons used in the new GAIA flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased onto ToT. Created 5 years, 7 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 <!-- Copyright 2015 The Chromium Authors. All rights reserved. 1 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
2 Use of this source code is governed by a BSD-style license that can be 2 Use of this source code is governed by a BSD-style license that can be
3 found in the LICENSE file. --> 3 found in the LICENSE file. -->
4 4
5 <div id="oauth-enrollment" class="step no-logo hidden" hidden> 5 <div id="oauth-enrollment" class="step no-logo hidden" hidden>
6 <div id="oauth-enroll-step-contents"> 6 <div id="oauth-enroll-step-contents">
7 <div id="oauth-enroll-step-signin"> 7 <div id="oauth-enroll-step-signin">
8 <div id="oauth-enroll-auth-view-container"></div> 8 <div id="oauth-enroll-auth-view-container"></div>
9 </div> 9 </div>
10 <div id="oauth-enroll-step-error"> 10 <div id="oauth-enroll-step-error">
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 <div id="oauth-enroll-step-attribute-prompt-error"> 56 <div id="oauth-enroll-step-attribute-prompt-error">
57 <notification-card id="oauth-enroll-attribute-prompt-error-card" 57 <notification-card id="oauth-enroll-attribute-prompt-error-card"
58 type="fail" i18n-values="buttonLabel:oauthEnrollDone"> 58 type="fail" i18n-values="buttonLabel:oauthEnrollDone">
59 </notification-card> 59 </notification-card>
60 </div> 60 </div>
61 </div> 61 </div>
62 <div id="oauth-saml-notice-container"> 62 <div id="oauth-saml-notice-container">
63 <span id="oauth-saml-notice-message"></span> 63 <span id="oauth-saml-notice-message"></span>
64 </div> 64 </div>
65 <div id="oauth-enrollment-controls" class="step-controls"></div> 65 <div id="oauth-enrollment-controls" class="step-controls"></div>
66 <button id="oauth-enroll-back-button" 66 <button id="oauth-enroll-back-button" is="gaia-icon-button" icon="arrow-back"
67 class="custom-appearance custom-gaia-button" hidden 67 hidden i18n-values="aria-label:backButton" tabindex="0"></button>
68 i18n-values="aria-label:backButton" tabindex="0"></button> 68 <button id="oauth-enroll-cancel-button" is="gaia-icon-button" icon="close"
69 <button id="oauth-enroll-cancel-button" 69 class="oauth-enroll-button" i18n-values="aria-label:closeButton"
70 class="custom-appearance custom-gaia-button oauth-enroll-button" 70 tabindex="0"></button>
71 i18n-values="aria-label:closeButton" tabindex="0"></button>
72 </div> 71 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698