| 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 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classe
s/iron-flex-layout.html"> | |
| 6 | |
| 7 <div id="oauth-enrollment" class="step no-logo hidden" hidden> | 5 <div id="oauth-enrollment" class="step no-logo hidden" hidden> |
| 8 <div id="oauth-enroll-step-contents"> | 6 <div id="oauth-enroll-step-contents"> |
| 9 <div id="oauth-enroll-step-signin"> | 7 <div id="oauth-enroll-step-signin"> |
| 10 <webview id="oauth-enroll-auth-view" name="oauth-enroll-auth-view"> | 8 <webview id="oauth-enroll-auth-view" name="oauth-enroll-auth-view"> |
| 11 </webview> | 9 </webview> |
| 12 </div> | 10 </div> |
| 13 <div id="oauth-enroll-step-error" role="alert"> | 11 <div id="oauth-enroll-step-error" role="alert"> |
| 14 <notification-card id="oauth-enroll-error-card" type="fail" | 12 <notification-card id="oauth-enroll-error-card" type="fail" |
| 15 i18n-values="button-label:oauthEnrollRetry"> | 13 i18n-values="button-label:oauthEnrollRetry"> |
| 16 </notification-card> | 14 </notification-card> |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 <notification-card id="oauth-enroll-attribute-prompt-error-card" | 54 <notification-card id="oauth-enroll-attribute-prompt-error-card" |
| 57 type="fail" i18n-values="button-label:oauthEnrollDone"> | 55 type="fail" i18n-values="button-label:oauthEnrollDone"> |
| 58 </notification-card> | 56 </notification-card> |
| 59 </div> | 57 </div> |
| 60 </div> | 58 </div> |
| 61 <div id="oauth-saml-notice-container"> | 59 <div id="oauth-saml-notice-container"> |
| 62 <span id="oauth-saml-notice-message"></span> | 60 <span id="oauth-saml-notice-message"></span> |
| 63 </div> | 61 </div> |
| 64 <navigation-bar id="oauth-enroll-navigation"></navigation-bar> | 62 <navigation-bar id="oauth-enroll-navigation"></navigation-bar> |
| 65 </div> | 63 </div> |
| OLD | NEW |