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

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

Issue 2874303003: Fork PIN keyboard assets and create additional flag for lock screen (Closed)
Patch Set: Address comments Created 3 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/md_lock.html
diff --git a/chrome/browser/resources/chromeos/login/md_lock.html b/chrome/browser/resources/chromeos/login/md_lock.html
new file mode 100644
index 0000000000000000000000000000000000000000..87b5f9869419a487c6a5434ea0f32c7408fce140
--- /dev/null
+++ b/chrome/browser/resources/chromeos/login/md_lock.html
@@ -0,0 +1,22 @@
+<!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="login_shared.html">
+
+<!-- custom_elements.html (polymer) gets lazily-loaded in lock.js -->
+
+<script src="chrome://oobe/lock.js"></script>
+
+</head>
+<body i18n-values=".style.fontFamily:fontfamily;" class="chromeos">
+ <include src="screen_container.html">
+ <script src="chrome://resources/js/i18n_template.js"></script>
+</body>
+</html>
« no previous file with comments | « chrome/browser/chromeos/login/chrome_restart_request.cc ('k') | chrome/browser/resources/chromeos/login/md_lock.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698