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

Unified Diff: remoting/webapp/client_screen.js

Issue 11769002: Apps v2 identity integration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 11 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 b25fc5ea826bcb85c603758cbe510e0f84f374fe..0ee39dde14afea82c5947874aaea6a8e898695a6 100644
--- a/remoting/webapp/client_screen.js
+++ b/remoting/webapp/client_screen.js
@@ -216,7 +216,7 @@ function onClientStateChange_(oldState, newState) {
showConnectError_(remoting.Error.BAD_PLUGIN_VERSION);
} else if (newState == remoting.ClientSession.State.CONNECTING) {
- console.log('Connecting as ' + remoting.oauth2.getCachedEmail());
+ console.log('Connecting as ' + remoting.identity.getCachedEmail());
} else if (newState == remoting.ClientSession.State.INITIALIZING) {
console.log('Initializing connection');

Powered by Google App Engine
This is Rietveld 408576698