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

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

Issue 1132043002: Refresh button for FrE and recovery modes added to enrollment screen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gaia_icon_button
Patch Set: Rebased. 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
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" is="gaia-icon-button" icon="arrow-back" 66 <button id="oauth-enroll-back-button" is="gaia-icon-button" icon="arrow-back"
67 hidden i18n-values="aria-label:backButton" tabindex="0"></button> 67 hidden i18n-values="aria-label:backButton" tabindex="0"></button>
68 <button id="oauth-enroll-cancel-button" is="gaia-icon-button" icon="close" 68 <button id="oauth-enroll-cancel-button" is="gaia-icon-button" icon="close"
69 class="oauth-enroll-button" i18n-values="aria-label:closeButton" 69 class="oauth-enroll-button" i18n-values="aria-label:closeButton"
70 tabindex="0"></button> 70 tabindex="0"></button>
71 <button id="oauth-enroll-refresh-button" is="gaia-icon-button" icon="refresh"
72 class="oauth-enroll-button" i18n-values="aria-label:closeButton"
73 tabindex="0"></button>
71 </div> 74 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698