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

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: Review fixes. 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 <div id="oauth-enroll-step-attribute-prompt-error"> 52 <div id="oauth-enroll-step-attribute-prompt-error">
53 <notification-card id="oauth-enroll-attribute-prompt-error-card" 53 <notification-card id="oauth-enroll-attribute-prompt-error-card"
54 type="fail" i18n-values="buttonLabel:oauthEnrollDone"> 54 type="fail" i18n-values="buttonLabel:oauthEnrollDone">
55 </notification-card> 55 </notification-card>
56 </div> 56 </div>
57 </div> 57 </div>
58 <div id="oauth-saml-notice-container"> 58 <div id="oauth-saml-notice-container">
59 <span id="oauth-saml-notice-message"></span> 59 <span id="oauth-saml-notice-message"></span>
60 </div> 60 </div>
61 <div id="oauth-enrollment-controls" class="step-controls"></div> 61 <div id="oauth-enrollment-controls" class="step-controls"></div>
62 <button id="oauth-enroll-back-button" 62 <button id="oauth-enroll-back-button" is="gaia-icon-button" icon="arrow-back"
63 class="custom-appearance custom-gaia-button" hidden 63 hidden i18n-values="aria-label:backButton" tabindex="0"></button>
64 i18n-values="aria-label:backButton" tabindex="0"></button> 64 <button id="oauth-enroll-cancel-button" is="gaia-icon-button" icon="close"
65 <button id="oauth-enroll-cancel-button" 65 class="oauth-enroll-button" i18n-values="aria-label:closeButton"
66 class="custom-appearance custom-gaia-button oauth-enroll-button" 66 tabindex="0"></button>
67 i18n-values="aria-label:closeButton" tabindex="0"></button>
68 </div> 67 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698