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

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

Issue 2855883005: cros: Selectively fork login assets. (Closed)
Patch Set: Created 3 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/login/md_login.html
diff --git a/chrome/browser/resources/chromeos/login/md_login.html b/chrome/browser/resources/chromeos/login/md_login.html
new file mode 100644
index 0000000000000000000000000000000000000000..a2d617972f5d43183eef499286c4910f39d81f26
--- /dev/null
+++ b/chrome/browser/resources/chromeos/login/md_login.html
@@ -0,0 +1,19 @@
+<!doctype html>
+<html i18n-values="dir:textdirection;
+ build:buildType;
+ highlight:highlightStrength;
+ lang:language">
+<head>
+<meta charset="utf-8">
+<meta name="google" value="notranslate">
+<title i18n-content="title"></title>
+<include src="md_login_shared.html">
+<include src="login_non_lock_shared.html">
+<include src="notification_card.html">
+<script src="chrome://oobe/login.js"></script>
+</head>
+<body i18n-values=".style.fontFamily:fontfamily;" class="chromeos">
+ <include src="md_screen_container.html">
+ <script src="chrome://resources/js/i18n_template.js"></script>
+</body>
+</html>
« no previous file with comments | « chrome/browser/resources/chromeos/login/login.js ('k') | chrome/browser/resources/chromeos/login/md_login.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698