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

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

Issue 12213110: Implemented screen notifying users about malformed HWID. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Implemented wizard controller test. 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/screen_wrong_hwid.html
diff --git a/chrome/browser/resources/chromeos/login/screen_wrong_hwid.html b/chrome/browser/resources/chromeos/login/screen_wrong_hwid.html
new file mode 100644
index 0000000000000000000000000000000000000000..1e08cf36a77b6ad3082f94dc79413d1fd47f4747
--- /dev/null
+++ b/chrome/browser/resources/chromeos/login/screen_wrong_hwid.html
@@ -0,0 +1,15 @@
+<div class="step hidden no-logo" id="wrong-hwid">
+ <div class="step-contents">
+ <div id="wrong-hwid-message">
+ <div id="wrong-hwid-message-header" i18n-content="wrongHWIDScreenHeader">
+ </div>
+ <img id="wrong-hwid-icon" src="chrome://theme/IDR_RESET_WARNING"/>
+ <div id="wrong-hwid-message-content"></div>
+ </div>
+ <div id="skip-hwid-warning">
+ <a id="skip-hwid-warning-link" href="#"
+ i18n-content="wrongHWIDScreenSkipLink"></a>
+ </div>
+ </div>
+</div>
+

Powered by Google App Engine
This is Rietveld 408576698