| 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>
|
|
|