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

Unified Diff: remoting/host/register_support_host_request.h

Issue 9005034: Refactor SignalStrategy so that it can be reused for multiple connections. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years 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/host/register_support_host_request.h
diff --git a/remoting/host/register_support_host_request.h b/remoting/host/register_support_host_request.h
index 0297dababf73203c264822a781a4f624df8988d5..84dab325184d2543cde9b5ff1d3b1143f4fbd61c 100644
--- a/remoting/host/register_support_host_request.h
+++ b/remoting/host/register_support_host_request.h
@@ -56,8 +56,7 @@ class RegisterSupportHostRequest : public HostStatusObserver {
bool Init(HostConfig* config, const RegisterCallback& callback);
// HostStatusObserver implementation.
- virtual void OnSignallingConnected(SignalStrategy* signal_strategy,
- const std::string& full_jid) OVERRIDE;
+ virtual void OnSignallingConnected(SignalStrategy* signal_strategy) OVERRIDE;
virtual void OnSignallingDisconnected() OVERRIDE;
virtual void OnClientAuthenticated(const std::string& jid) OVERRIDE;
virtual void OnClientDisconnected(const std::string& jid) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698