diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-01 23:26:36 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-01 23:26:36 +0000 |
commit | c6a4563a5f7734e12056cfc386b611a827e7645e (patch) | |
tree | 8e13bd0299ec77fb9dd3a0fc859035f495328ba7 /remoting/client/chromoting_client.h | |
parent | 4599b65cb24f991a551b976ec1b6fa4be1aa9f8d (diff) | |
download | chromium_src-c6a4563a5f7734e12056cfc386b611a827e7645e.zip chromium_src-c6a4563a5f7734e12056cfc386b611a827e7645e.tar.gz chromium_src-c6a4563a5f7734e12056cfc386b611a827e7645e.tar.bz2 |
Initial key exchange implementation.
BUG=None
TEST=Unittests.
Review URL: http://codereview.chromium.org/7006029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87547 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client/chromoting_client.h')
-rw-r--r-- | remoting/client/chromoting_client.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/remoting/client/chromoting_client.h b/remoting/client/chromoting_client.h index 2d394d9..48f537d 100644 --- a/remoting/client/chromoting_client.h +++ b/remoting/client/chromoting_client.h @@ -51,9 +51,7 @@ class ChromotingClient : public protocol::ConnectionToHost::HostEventCallback, virtual ~ChromotingClient(); void Start(); - void StartSandboxed(scoped_refptr<XmppProxy> xmpp_proxy, - const std::string& your_jid, - const std::string& host_jid); + void StartSandboxed(scoped_refptr<XmppProxy> xmpp_proxy); void Stop(); void ClientDone(); |