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

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

Issue 12213110: Implemented screen notifying users about malformed HWID. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Removed log message. Created 7 years, 10 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.html
diff --git a/chrome/browser/resources/chromeos/login/oobe.html b/chrome/browser/resources/chromeos/login/oobe.html
index b29432ba40bc469fc8daf3e125f280f2745313df..bb1b34c241a56c8342640c685b2074c83cba09b5 100644
--- a/chrome/browser/resources/chromeos/login/oobe.html
+++ b/chrome/browser/resources/chromeos/login/oobe.html
@@ -52,6 +52,7 @@
<script src="screen_error_message.js"></script>
<script src="screen_tpm_error.js"></script>
<script src="screen_password_changed.js"></script>
+<script src="screen_wrong_hwid.js"></script>
<script src="user_pod_row.js"></script>
</head>
<body i18n-values=".style.fontFamily:fontfamily;">
@@ -81,6 +82,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">
</div>
<hr class="bottom shadow">

Powered by Google App Engine
This is Rietveld 408576698