| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 Copyright (c) 2014 The Chromium Authors. All rights reserved. | 2 Copyright (c) 2014 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. | 4 found in the LICENSE file. |
| 5 --> | 5 --> |
| 6 <div data-ui-mode="home.client.pin-prompt" id="pin-dialog"> | 6 <div data-ui-mode="home.client.pin-prompt" id="pin-dialog"> |
| 7 <div i18n-content="PIN_MESSAGE" | 7 <div i18n-content="PIN_MESSAGE" |
| 8 class="pin-message message"></div> | 8 class="pin-message message"></div> |
| 9 | 9 |
| 10 <!-- using a form so that the PIN can be submitted on ENTER --> | 10 <!-- using a form so that the PIN can be submitted on ENTER --> |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 </label> | 45 </label> |
| 46 </td> | 46 </td> |
| 47 </tr> | 47 </tr> |
| 48 </table> | 48 </table> |
| 49 </form> | 49 </form> |
| 50 | 50 |
| 51 <div id="startup-mode-box-me2me" | 51 <div id="startup-mode-box-me2me" |
| 52 class="information-box centered" | 52 class="information-box centered" |
| 53 hidden> | 53 hidden> |
| 54 <span i18n-content="WARNING_NOT_WINDOWED"></span> | 54 <span i18n-content="WARNING_NOT_WINDOWED"></span> |
| 55 <a href="http://support.google.com/chrome/bin/answer.py?hl=en&answer=1649523
" | 55 <a href="https://support.google.com/chrome/answer/1649523" |
| 56 target="_blank" | 56 target="_blank" |
| 57 i18n-content="LEARN_HOW"></a> | 57 i18n-content="LEARN_HOW"></a> |
| 58 </div> <!-- startup-mode-box-it2me --> | 58 </div> <!-- startup-mode-box-it2me --> |
| 59 | 59 |
| 60 </div> <!-- client.pin-prompt --> | 60 </div> <!-- client.pin-prompt --> |
| OLD | NEW |