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

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

Issue 896003002: Use the local user's email when connecting to It2MeHelpeeChannel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@HRD_V2Auth
Patch Set: Fix unit test failure and rebase Created 5 years, 10 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/crd/js/it2me_service.js
diff --git a/remoting/webapp/crd/js/it2me_service.js b/remoting/webapp/crd/js/it2me_service.js
index 6d2d35574c0c096193966001ea0e5ed278256cc0..d705f5b7f27055e7b6ad3a20e7ed6a8d0d63a2ab 100644
--- a/remoting/webapp/crd/js/it2me_service.js
+++ b/remoting/webapp/crd/js/it2me_service.js
@@ -16,7 +16,9 @@ var remoting = remoting || {};
/**
* @param {remoting.AppLauncher} appLauncher
+ *
* @constructor
+ * @implements {base.Disposable}
*/
remoting.It2MeService = function(appLauncher) {
/**
« no previous file with comments | « remoting/webapp/crd/js/it2me_helpee_channel.js ('k') | remoting/webapp/unittests/it2me_helpee_channel_unittest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698