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

Unified Diff: remoting/webapp/base/js/logger.js

Issue 1397463003: Report the Auth method for me2me connections. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer's feedback Created 5 years, 2 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
« no previous file with comments | « remoting/webapp/base/js/log_to_server.js ('k') | remoting/webapp/base/js/session_logger.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/base/js/logger.js
diff --git a/remoting/webapp/base/js/logger.js b/remoting/webapp/base/js/logger.js
index ce7b2806ee375436366291d1ad29e473f8904a70..4a61f2260abd178fcb16f59f79b07645ebb6c3fe 100644
--- a/remoting/webapp/base/js/logger.js
+++ b/remoting/webapp/base/js/logger.js
@@ -58,6 +58,10 @@ remoting.Logger.prototype.setConnectionType = function(connectionType) {};
*/
remoting.Logger.prototype.setLogEntryMode = function(mode) {};
+/**
+ * @param {remoting.ChromotingEvent.AuthMethod} method
+ */
+remoting.Logger.prototype.setAuthMethod = function(method) {};
/**
* @param {remoting.SignalStrategy.Type} strategyType
« no previous file with comments | « remoting/webapp/base/js/log_to_server.js ('k') | remoting/webapp/base/js/session_logger.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698