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

Unified Diff: remoting/client/plugin/chromoting_instance.cc

Issue 1032553008: [Chromoting] Update client connection enums in JS to match C++. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/protocol/connection_to_host.h » ('j') | remoting/protocol/connection_to_host.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/chromoting_instance.cc
diff --git a/remoting/client/plugin/chromoting_instance.cc b/remoting/client/plugin/chromoting_instance.cc
index d4ad35f51487e7cefaacb8b8e3f58485fda627b0..262bbbd6853deb4b5033547052d3044b8fd9c9b3 100644
--- a/remoting/client/plugin/chromoting_instance.cc
+++ b/remoting/client/plugin/chromoting_instance.cc
@@ -91,6 +91,8 @@ std::string ConnectionStateToString(protocol::ConnectionToHost::State state) {
case protocol::ConnectionToHost::AUTHENTICATED:
// Report the authenticated state as 'CONNECTING' to avoid changing
// the interface between the plugin and webapp.
+ // TODO(garykac) Change to 'AUTHENTICATED' in M44 or once we've switched
+ // the client to NaCl.
return "CONNECTING";
case protocol::ConnectionToHost::CONNECTED:
return "CONNECTED";
« no previous file with comments | « no previous file | remoting/protocol/connection_to_host.h » ('j') | remoting/protocol/connection_to_host.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698