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

Unified Diff: remoting/webapp/crd/js/host_session.js

Issue 2453193004: CRD Webapp changes to support Confirmation Dialog It2Me state (Closed)
Patch Set: Addressing feedback 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 side-by-side diff with in-line comments
Download patch
Index: remoting/webapp/crd/js/host_session.js
diff --git a/remoting/webapp/crd/js/host_session.js b/remoting/webapp/crd/js/host_session.js
index 1736dadd82825e250a417fef44a32f1d763d2108..2f37df6a3acfdad9cfa680f1bed3cd25b3fda7ab 100644
--- a/remoting/webapp/crd/js/host_session.js
+++ b/remoting/webapp/crd/js/host_session.js
@@ -25,8 +25,8 @@ remoting.HostSession = function() {
this.hostFacade_ = null;
};
-// Note that these values are copied directly from host_script_object.h and
-// must be kept in sync.
+// Note that these values are copied directly from it2me_host.h and must be kept
+// in sync.
/** @enum {number} */
remoting.HostSession.State = {
UNKNOWN: -1,
@@ -37,7 +37,8 @@ remoting.HostSession.State = {
CONNECTED: 4,
DISCONNECTING: 5,
ERROR: 6,
- INVALID_DOMAIN_ERROR: 7
+ INVALID_DOMAIN_ERROR: 7,
+ CONNECTING: 8,
};
remoting.HostSession.prototype.dispose = function() {
« remoting/webapp/crd/html/dialog_host.html ('K') | « remoting/webapp/crd/js/host_screen.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698