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 6f36f33adb03adf126cbf307e857ec7fc60bf200..f7acd570816db5084642ea3c37da16e856ba4819 100644 |
--- a/chrome/browser/resources/chromeos/login/oobe.html |
+++ b/chrome/browser/resources/chromeos/login/oobe.html |
@@ -15,6 +15,7 @@ |
<link rel="stylesheet" href="screen_account_picker.css"> |
<link rel="stylesheet" href="screen_gaia_signin.css"> |
<link rel="stylesheet" href="screen_error_message.css"> |
+<link rel="stylesheet" href="screen_public_account_signin.css"> |
<link rel="stylesheet" href="screen_tpm_error.css"> |
<link rel="stylesheet" href="user_pod_row.css"> |
<script src="chrome://resources/js/cr.js"></script> |
@@ -47,6 +48,7 @@ |
<script src="screen_account_picker.js"></script> |
<script src="screen_gaia_signin.js"></script> |
<script src="screen_error_message.js"></script> |
+<script src="screen_public_account_signin.js"></script> |
<script src="screen_tpm_error.js"></script> |
<script src="user_pod_row.js"></script> |
</head> |
@@ -73,6 +75,7 @@ |
<include src="screen_gaia_signin.html"> |
<include src="screen_account_picker.html"> |
<include src="screen_error_message.html"> |
+ <include src="screen_public_account_signin.html"> |
<include src="screen_tpm_error.html"> |
<include src="oobe_screen_reset.html"> |
</div> |