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

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

Issue 2784273003: Implement a basic UI flow for cryptohome encryption migration. (Closed)
Patch Set: Address review comments. Created 3 years, 9 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_encryption_migration.html
diff --git a/chrome/browser/resources/chromeos/login/screen_encryption_migration.html b/chrome/browser/resources/chromeos/login/screen_encryption_migration.html
index e4fa77bc92fad78b9e74baa8d0b430eb2d9daa64..1f90f49bcd2c9816e5165ec5f512dcb7a5eb386c 100644
--- a/chrome/browser/resources/chromeos/login/screen_encryption_migration.html
+++ b/chrome/browser/resources/chromeos/login/screen_encryption_migration.html
@@ -1,3 +1,6 @@
+<link rel="import" href="chrome://oobe/custom_elements.html">
+
<div id="encryption-migration" class="step hidden no-logo" role="group" hidden>
- <h1>Encryption Migration UI</h1>
+ <encryption-migration id="encryption-migration-element">
+ </encryption-migration>
</div>

Powered by Google App Engine
This is Rietveld 408576698