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

Unified Diff: remoting/webapp/client_screen.js

Issue 450383003: Hangout remote desktop part II - background.html and AppLauncher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
Index: remoting/webapp/client_screen.js
diff --git a/remoting/webapp/client_screen.js b/remoting/webapp/client_screen.js
index f1f0bac225af4c5576358136738ddaa35711fd47..61270fef278a22646c24cd5fa97d188e32dabd2d 100644
--- a/remoting/webapp/client_screen.js
+++ b/remoting/webapp/client_screen.js
@@ -137,8 +137,8 @@ function showConnectError_(errorTag) {
if (mode == remoting.ClientSession.Mode.IT2ME) {
remoting.setMode(remoting.AppMode.CLIENT_CONNECT_FAILED_IT2ME);
remoting.hangoutSessionEvents.raiseEvent(
- remoting.hangoutSessionEvents.sessionStateChanged,
- remoting.ClientSession.State.FAILED
+ remoting.hangoutSessionEvents.sessionStateChanged,
+ remoting.ClientSession.State.FAILED
);
} else {
remoting.setMode(remoting.AppMode.CLIENT_CONNECT_FAILED_ME2ME);
@@ -325,8 +325,8 @@ remoting.onConnected = function(clientSession) {
remoting.clipboard.startSession();
updateStatistics_();
remoting.hangoutSessionEvents.raiseEvent(
- remoting.hangoutSessionEvents.sessionStateChanged,
- remoting.ClientSession.State.CONNECTED
+ remoting.hangoutSessionEvents.sessionStateChanged,
+ remoting.ClientSession.State.CONNECTED
);
if (remoting.connector.pairingRequested) {
/**

Powered by Google App Engine
This is Rietveld 408576698