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

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

Issue 1933913002: Add a very basic PIN UI implementation that is shared between lock and settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fix tests by removing a previously unused import that started getting used b/c of resource loader c… Created 4 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 <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
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>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/lock.js ('k') | chrome/browser/resources/chromeos/login/screen_container.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698