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 f5b4213b41e05ed8c5662fceed6a011a07cec303..8c1193655c1b41d32319e6e33037f9e37271aa48 100644 |
--- a/chrome/browser/resources/chromeos/login/oobe.html |
+++ b/chrome/browser/resources/chromeos/login/oobe.html |
@@ -19,6 +19,7 @@ |
<link rel="stylesheet" href="screen_tpm_error.css"> |
<link rel="stylesheet" href="screen_password_changed.css"> |
<link rel="stylesheet" href="oobe_screen_terms_of_service.css"> |
+<link rel="stylesheet" href="screen_wrong_hwid.css"> |
<link rel="stylesheet" href="user_pod_row.css"> |
<script src="chrome://resources/js/cr.js"></script> |
<script src="chrome://resources/js/event_tracker.js"></script> |
@@ -54,6 +55,7 @@ |
<script src="screen_tpm_error.js"></script> |
<script src="screen_password_changed.js"></script> |
<script src="oobe_screen_terms_of_service.js"></script> |
+<script src="screen_wrong_hwid.js"></script> |
<script src="user_pod_row.js"></script> |
</head> |
<body i18n-values=".style.fontFamily:fontfamily;"> |
@@ -83,6 +85,7 @@ |
<include src="screen_error_message.html"> |
<include src="screen_tpm_error.html"> |
<include src="screen_password_changed.html"> |
+ <include src="screen_wrong_hwid.html"> |
<include src="oobe_screen_reset.html"> |
<include src="oobe_screen_terms_of_service.html"> |
</div> |