| 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 <!-- It2Me Sharing --> | 6 <!-- It2Me Sharing --> |
| 7 <div id="host-dialog" | 7 <div id="host-dialog" |
| 8 class="kd-modaldialog" | 8 class="kd-modaldialog" |
| 9 data-ui-mode="home.host"> | 9 data-ui-mode="home.host"> |
| 10 | 10 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 data-ui-mode="home.host.waiting-for-connection" | 57 data-ui-mode="home.host.waiting-for-connection" |
| 58 i18n-content="WARNING_NAT_DISABLED"> | 58 i18n-content="WARNING_NAT_DISABLED"> |
| 59 </div> <!-- nat-box --> | 59 </div> <!-- nat-box --> |
| 60 | 60 |
| 61 <div data-ui-mode="home.host.waiting-for-connection home.host.waiting-for-code
" | 61 <div data-ui-mode="home.host.waiting-for-connection home.host.waiting-for-code
" |
| 62 class="button-row"> | 62 class="button-row"> |
| 63 <span class="waiting" i18n-content="FOOTER_WAITING"></span> | 63 <span class="waiting" i18n-content="FOOTER_WAITING"></span> |
| 64 <button id="cancel-share-button" i18n-content="CANCEL"></button> | 64 <button id="cancel-share-button" i18n-content="CANCEL"></button> |
| 65 </div> | 65 </div> |
| 66 | 66 |
| 67 <div data-ui-mode="home.host.waiting-for-accept"> |
| 68 <span i18n-content="INSTRUCTIONS_SHARE_PROMPT" |
| 69 i18n-value-name-1="SHARE_CONFIRM_DIALOG_CONFIRM" ></span> |
| 70 </div> |
| 71 |
| 67 </div> <!-- host dialog --> | 72 </div> <!-- host dialog --> |
| OLD | NEW |