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

Side by Side Diff: chrome/browser/resources/chromeos/login/screen_arc_kiosk_splash.html

Issue 2649103006: arc: Add splash screen for ARC++ Kiosk startup (Closed)
Patch Set: achuithb@ comments Created 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 <div id="arc-kiosk-splash" class="step hidden no-logo fullscreen" hidden>
2 <div id="arc-splash-content">
3 <div id="arc-splash-header" i18n-content="arcKioskProductName"></div>
4 <div id="arc-splash-launch-text" i18n-content="arcKioskStartMessage"></d iv>
5 <div id="arc-splash-spinner" class="spinner"></div>
6 </div>
7 <p id="arc-splash-shortcut-info" i18n-content="arcKioskShortcutInfo"></p>
8 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698