Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(840)

Side by Side Diff: remoting/webapp/crd/html/dialog_host.html

Issue 2453193004: CRD Webapp changes to support Confirmation Dialog It2Me state (Closed)
Patch Set: Merging with upstream CL and updating the connection string enum to match Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « remoting/webapp/base/js/ui_mode.js ('k') | remoting/webapp/crd/js/host_screen.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 -->
OLDNEW
« no previous file with comments | « remoting/webapp/base/js/ui_mode.js ('k') | remoting/webapp/crd/js/host_screen.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698