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

Unified Diff: chrome/browser/resources/chromeos/login/oobe.html

Issue 1965913005: ChromeOS: Implement minumal material design OOBE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/login/oobe.html
diff --git a/chrome/browser/resources/chromeos/login/oobe.html b/chrome/browser/resources/chromeos/login/oobe.html
index e24db044bb69b1a646a0576238989ea8109c8375..89b7ba54484ef0ed1d9309dfaae5853cccd38212 100644
--- a/chrome/browser/resources/chromeos/login/oobe.html
+++ b/chrome/browser/resources/chromeos/login/oobe.html
@@ -7,6 +7,7 @@
<meta charset="utf-8">
<meta name="google" value="notranslate">
<title i18n-content="title"></title>
+<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
jdufault 2016/05/11 22:07:42 Import in login_non_lock_shared.html? There appear
Alexander Alekseev 2016/05/13 20:52:34 Done.
<include src="login_shared.html">
<include src="login_non_lock_shared.html">
<link rel="import" href="chrome://oobe/custom_elements.html">
@@ -14,6 +15,7 @@
<link rel="stylesheet" href="accessibility_menu.css">
<script src="chrome://oobe/oobe.js"></script>
<script src="chrome://oobe/gaia_auth_host.js"></script>
+<script src="chrome://resources/js/util.js"></script>
jdufault 2016/05/11 22:07:43 Is this being used?
Alexander Alekseev 2016/05/13 20:52:34 Done. (This was left from a temporary code.)
</head>
<body class="oobe-display" i18n-values=".style.fontFamily:fontfamily;">
<include src="screen_container.html">

Powered by Google App Engine
This is Rietveld 408576698