| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |