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

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

Issue 7562008: Add new version of enrollment screen supporting OAuth. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, fix nit. Created 9 years, 4 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
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.css ('k') | chrome/browser/resources/chromeos/login/oobe.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/oobe.html
diff --git a/chrome/browser/resources/chromeos/login/oobe.html b/chrome/browser/resources/chromeos/login/oobe.html
index 92d27154aabb2b8ad5b32992e8562ccfe223c265..9392cb617c4a0a062299900d257b2b93004f6949 100644
--- a/chrome/browser/resources/chromeos/login/oobe.html
+++ b/chrome/browser/resources/chromeos/login/oobe.html
@@ -23,6 +23,7 @@
<script src="oobe_screen_update.js"></script>
<script src="oobe_screen_user_image.js"></script>
<script src="oobe_screen_enrollment.js"></script>
+<script src="oobe_screen_oauth_enrollment.js"></script>
<script src="screen_account_picker.js"></script>
<script src="screen_gaia_signin.js"></script>
<script src="screen_offline_message.js"></script>
@@ -47,6 +48,7 @@
<include src="oobe_screen_eula.html">
<include src="oobe_screen_update.html">
<include src="oobe_screen_enrollment.html">
+ <include src="oobe_screen_oauth_enrollment.html">
<include src="oobe_screen_user_image.html">
<include src="screen_signin.html">
<include src="screen_gaia_signin.html">
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.css ('k') | chrome/browser/resources/chromeos/login/oobe.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698