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

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

Issue 22914008: Refactor kiosk app launch to be part of login screen UI flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <div id="app-launch-splash" class="step hidden step-no-logo fullscreen">
2 <div id="splash-content">
3 <div id="splash-header" i18n-content="productName"></div>
4 <div id="splash-launch-text" i18n-content="appStartMessage"></div>
5 <div id="splash-spinner" class="spinner"></div>
6 </div>
7 <p id="splash-shortcut-info" i18n-content="shortcutInfo"></p>
8 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698