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

Side by Side Diff: ui/oobe/resources/oobe_ui.html

Issue 941973003: New OOBE implementation skeleton using WUG toolkit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase, repatch. Created 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <html>
3 <head>
4 <script src="chrome://resources/js/load_time_data.js"></script>
5 <script src="chrome://oobe-md/strings.js"></script>
6 <link rel="import" href="oobe-element.html">
7 </head>
8 <body>
9 <oobe-element wugid="WUG_ROOT"></oobe-element>
10 </body>
11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698