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

Side by Side 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, 8 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 unified diff | Download patch
OLDNEW
1 <link rel="import" href="chrome://oobe/custom_elements.html">
2
1 <div id="encryption-migration" class="step hidden no-logo" role="group" hidden> 3 <div id="encryption-migration" class="step hidden no-logo" role="group" hidden>
2 <h1>Encryption Migration UI</h1> 4 <encryption-migration id="encryption-migration-element">
5 </encryption-migration>
3 </div> 6 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698