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

Unified Diff: remoting/webapp/me2mom/choice.html

Issue 8273024: Implemented cancel connect. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/webapp/me2mom/remoting.js » ('j') | remoting/webapp/me2mom/remoting.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/me2mom/choice.html
diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html
index a873d7807354e64cabed276d5fff29f3f69d2809..17bab6ad18748d5fadec29a789a3f5f1a76cc6d7 100644
--- a/remoting/webapp/me2mom/choice.html
+++ b/remoting/webapp/me2mom/choice.html
@@ -205,11 +205,6 @@ found in the LICENSE file.
</div> <!-- code-entry-row -->
</div> <!-- client.unconnected -->
- <!-- TODO(jamiewalch): Implement Cancel, being careful when ignoring
- the eventual server response not to ignore responses for any
- subsequent requests. This should be unified with the host-side
- Cancel button in the footer.
- -->
<div data-ui-mode="client.connecting" class="message"
i18n-content="VERIFYING_CODE">
</div> <!-- client.connecting -->
@@ -247,7 +242,7 @@ found in the LICENSE file.
</div> <!-- client-footer-text-cros -->
<div id="waiting-footer"
- data-ui-mode="host.waiting-for-connection host.waiting-for-code">
+ data-ui-mode="host.waiting-for-connection host.waiting-for-code client.connecting">
<img src="spinner.gif">
<span class="waiting icon-label" i18n-content="FOOTER_WAITING"></span>
<button id="cancel-button" class="big-button"
« no previous file with comments | « no previous file | remoting/webapp/me2mom/remoting.js » ('j') | remoting/webapp/me2mom/remoting.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698