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

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

Issue 1040143002: Gaia loading screen changed to align with new Sync screen UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Polymer throbber reused. Created 5 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 <include src="oobe-screen.html"> 1 <include src="oobe-screen.html">
2 <include src="html-echo.html"> 2 <include src="html-echo.html">
3 <include src="indeterminate-progress.html"> 3 <include src="indeterminate-progress.html">
4 <include src="controller-pairing-screen.html"> 4 <include src="controller-pairing-screen.html">
5 <include src="host-pairing-screen.html"> 5 <include src="host-pairing-screen.html">
6 <include src="throbber_notice.html">
Nikita (slow) 2015/04/03 11:20:40 Please leave custom polymer element here.
7 6
8 <script src="chrome://oobe/custom_elements.js"></script> 7 <script src="chrome://oobe/custom_elements.js"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698