| Index: chrome/browser/resources/chromeos/sim_unlock.html
|
| diff --git a/chrome/browser/resources/chromeos/sim_unlock.html b/chrome/browser/resources/chromeos/sim_unlock.html
|
| index d4cc2343e9bd02120e769cc4a833cabc9fce1db9..42943b493ad3b31e9db3fa8b9ba1a14f7f04271a 100644
|
| --- a/chrome/browser/resources/chromeos/sim_unlock.html
|
| +++ b/chrome/browser/resources/chromeos/sim_unlock.html
|
| @@ -3,6 +3,7 @@
|
| <head>
|
| <meta charset="utf-8">
|
| <title i18n-content="title"></title>
|
| +<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
|
| <link rel="stylesheet" href="chrome://resources/css/widgets.css">
|
| <link rel="stylesheet" href="mobile_dialogs.css">
|
| <link rel="stylesheet" href="sim_unlock.css">
|
| @@ -20,7 +21,7 @@ function load() {
|
| document.addEventListener('DOMContentLoaded', load);
|
| </script>
|
| </head>
|
| -<body i18n-values=".style.fontFamily:fontfamily;">
|
| +<body>
|
| <div id="container" class="container">
|
| <div id="locked-pin-overlay" class="dialog" hidden>
|
| <h1 i18n-content="enterPinTitle"></h1>
|
|
|