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

Unified Diff: remoting/webapp/me2mom/ui_mode.js

Issue 8758001: Launch Me2Me connections in a new tab. Remove OK button from post-connect screens for Me2Me. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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/me2mom/ui_mode.js
diff --git a/remoting/webapp/me2mom/ui_mode.js b/remoting/webapp/me2mom/ui_mode.js
index db18317532114f503c43d206ddf2fc5298eb6294..e53e3955c318b5a9b6624c87e84a93165e675171 100644
--- a/remoting/webapp/me2mom/ui_mode.js
+++ b/remoting/webapp/me2mom/ui_mode.js
@@ -19,8 +19,10 @@ remoting.AppMode = {
CLIENT: 'client',
CLIENT_UNCONNECTED: 'client.unconnected',
CLIENT_CONNECTING: 'client.connecting',
- CLIENT_CONNECT_FAILED: 'client.connect-failed',
- CLIENT_SESSION_FINISHED: 'client.session-finished',
+ CLIENT_CONNECT_FAILED_IT2ME: 'client.connect-failed.it2me',
+ CLIENT_CONNECT_FAILED_ME2ME: 'client.connect-failed.me2me',
+ CLIENT_SESSION_FINISHED_IT2ME: 'client.session-finished.it2me',
+ CLIENT_SESSION_FINISHED_ME2ME: 'client.session-finished.me2me',
HOST: 'host',
HOST_WAITING_FOR_CODE: 'host.waiting-for-code',
HOST_WAITING_FOR_CONNECTION: 'host.waiting-for-connection',

Powered by Google App Engine
This is Rietveld 408576698