| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <!-- | 2 <!-- |
| 3 Copyright (c) 2012 The Chromium Authors. All rights reserved. | 3 Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
| 5 found in the LICENSE file. | 5 found in the LICENSE file. |
| 6 --> | 6 --> |
| 7 | 7 |
| 8 <html> | 8 <html> |
| 9 <head> | 9 <head> |
| 10 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
| (...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 </div> <!-- connection-history-dialog --> | 387 </div> <!-- connection-history-dialog --> |
| 388 | 388 |
| 389 <div id="confirm-host-delete-dialog" | 389 <div id="confirm-host-delete-dialog" |
| 390 class="kd-modaldialog" | 390 class="kd-modaldialog" |
| 391 data-ui-mode="home.confirm-host-delete" | 391 data-ui-mode="home.confirm-host-delete" |
| 392 hidden> | 392 hidden> |
| 393 <p id="confirm-host-delete-message" | 393 <p id="confirm-host-delete-message" |
| 394 i18n-content="CONFIRM_HOST_DELETE" | 394 i18n-content="CONFIRM_HOST_DELETE" |
| 395 class="message"> | 395 class="message"> |
| 396 </p> | 396 </p> |
| 397 <div class="centered-button"> | 397 <div class="centered"> |
| 398 <button id="confirm-host-delete" | 398 <button id="confirm-host-delete" |
| 399 i18n-content="YES" | 399 i18n-content="YES" |
| 400 type="button"> | 400 type="button"> |
| 401 </button> | 401 </button> |
| 402 <button id="cancel-host-delete" | 402 <button id="cancel-host-delete" |
| 403 i18n-content="NO" | 403 i18n-content="NO" |
| 404 type="button"> | 404 type="button"> |
| 405 </button> | 405 </button> |
| 406 </div> | 406 </div> |
| 407 </div> <!-- home.confirm-host-delete --> | 407 </div> <!-- home.confirm-host-delete --> |
| (...skipping 25 matching lines...) Expand all Loading... |
| 433 <div class="arrow-down"></div> | 433 <div class="arrow-down"></div> |
| 434 </div> | 434 </div> |
| 435 </div> <!-- session-toolbar --> | 435 </div> <!-- session-toolbar --> |
| 436 </div> <!-- session-mode --> | 436 </div> <!-- session-mode --> |
| 437 | 437 |
| 438 <div id="statistics" dir="ltr" class="selectable" hidden> | 438 <div id="statistics" dir="ltr" class="selectable" hidden> |
| 439 </div> <!-- statistics --> | 439 </div> <!-- statistics --> |
| 440 | 440 |
| 441 </body> | 441 </body> |
| 442 </html> | 442 </html> |
| OLD | NEW |