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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html

Issue 2959853003: Add UI components for license type selection in ChromeOS login UI. (Closed)
Patch Set: Remove unused flex import Created 3 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html
index bd026bac162d4134eb69228a1fb135b83a57a305..82c5077139d9ae4fdedf12732e2dbc7ec18304fb 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.html
@@ -15,6 +15,11 @@
<throbber-notice class="fit" i18n-values="text:oauthEnrollWorking">
</throbber-notice>
</div>
+ <div id="oauth-enroll-step-license">
+ <enrollment-license-card id="oauth-enroll-license-ui"
+ i18n-values="button-text:oauthEnrollNextBtn">
+ </enrollment-license-card>
+ </div>
<div id="oauth-enroll-step-ad-join">
<offline-ad-login id="oauth-enroll-ad-join-ui" show-machine-input
class="fit" i18n-values=

Powered by Google App Engine
This is Rietveld 408576698