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

Unified Diff: remoting/webapp/base/js/log_to_server.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/credentials_provider.js ('k') | remoting/webapp/base/js/logger.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/base/js/log_to_server.js
diff --git a/remoting/webapp/base/js/log_to_server.js b/remoting/webapp/base/js/log_to_server.js
index 3729a49a32fc195ea05cd87b6bafb1910183707a..dc9162ccf549d06565eb2a927b0e6cd9a566eb08 100644
--- a/remoting/webapp/base/js/log_to_server.js
+++ b/remoting/webapp/base/js/log_to_server.js
@@ -311,3 +311,9 @@ remoting.LogToServer.prototype.setHostStatusUpdateElapsedTime = function(time) {
* @return {void} Nothing.
*/
remoting.LogToServer.prototype.setHostOSVersion = function(hostOSVersion) {};
+
+/**
+ * Stub.
+ * @override {remoting.Logger}
+ */
+remoting.LogToServer.prototype.setAuthMethod = function(authMethod) {};
« no previous file with comments | « remoting/webapp/base/js/credentials_provider.js ('k') | remoting/webapp/base/js/logger.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698