| Index: chrome/browser/resources/chromeos/login/lock.html
|
| diff --git a/chrome/browser/resources/chromeos/login/login.html b/chrome/browser/resources/chromeos/login/lock.html
|
| similarity index 72%
|
| copy from chrome/browser/resources/chromeos/login/login.html
|
| copy to chrome/browser/resources/chromeos/login/lock.html
|
| index 8f5015f887bb173474e1c3702125abba2fbf1f47..4bc655943acfe0380eeb2da6087770b1a6b47fd6 100644
|
| --- a/chrome/browser/resources/chromeos/login/login.html
|
| +++ b/chrome/browser/resources/chromeos/login/lock.html
|
| @@ -7,10 +7,11 @@
|
| <meta charset="utf-8">
|
| <meta name="google" value="notranslate">
|
| <title i18n-content="title"></title>
|
| -<include src="login_resources.html">
|
| -<include src="notification_card.html">
|
| -<script src="chrome://oobe/login.js"></script>
|
| -<script src="chrome://oobe/gaia_auth_host.js"></script>
|
| +
|
| +<include src="login_shared.html">
|
| +
|
| +<script src="chrome://oobe/lock.js"></script>
|
| +
|
| </head>
|
| <body i18n-values=".style.fontFamily:fontfamily;">
|
| <include src="screen_container.html">
|
|
|