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

Unified Diff: remoting/signaling/xmpp_signal_strategy.h

Issue 959033004: Remove ClientLogin support from remoting host (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « remoting/remoting_test.gypi ('k') | remoting/signaling/xmpp_signal_strategy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/signaling/xmpp_signal_strategy.h
diff --git a/remoting/signaling/xmpp_signal_strategy.h b/remoting/signaling/xmpp_signal_strategy.h
index 18ae84141b41c1be73f07d3a0ce915eaa604bef8..2d8268b786134ecfc36883a054cb90458a40e719 100644
--- a/remoting/signaling/xmpp_signal_strategy.h
+++ b/remoting/signaling/xmpp_signal_strategy.h
@@ -50,7 +50,6 @@ class XmppSignalStrategy : public base::NonThreadSafe,
std::string username;
std::string auth_token;
- std::string auth_service;
};
XmppSignalStrategy(
@@ -77,8 +76,7 @@ class XmppSignalStrategy : public base::NonThreadSafe,
// access token is renewed). It is OK to call this even when we are in the
// CONNECTED state. It will be used on the next Connect() call.
void SetAuthInfo(const std::string& username,
- const std::string& auth_token,
- const std::string& auth_service);
+ const std::string& auth_token);
// Use this method to override the default resource name used (optional).
// This will be used on the next Connect() call.
« no previous file with comments | « remoting/remoting_test.gypi ('k') | remoting/signaling/xmpp_signal_strategy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698