summaryrefslogtreecommitdiffstats
path: root/jingle
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-01 07:43:16 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-01 07:43:16 +0000
commitb8d1429079fa105c1ed01f8f5f1946c5980f0302 (patch)
treea3031e7e9539b8f3f20d3763d685596f776582f1 /jingle
parent0c266acc4817c85ecd5c762a7a277aa1aef49062 (diff)
downloadchromium_src-b8d1429079fa105c1ed01f8f5f1946c5980f0302.zip
chromium_src-b8d1429079fa105c1ed01f8f5f1946c5980f0302.tar.gz
chromium_src-b8d1429079fa105c1ed01f8f5f1946c5980f0302.tar.bz2
Style fix.
BUG=none TEST=none Review URL: http://codereview.chromium.org/3310001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58144 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'jingle')
-rw-r--r--jingle/notifier/base/fake_ssl_client_socket.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/jingle/notifier/base/fake_ssl_client_socket.h b/jingle/notifier/base/fake_ssl_client_socket.h
index e4765c5..bcf09f8 100644
--- a/jingle/notifier/base/fake_ssl_client_socket.h
+++ b/jingle/notifier/base/fake_ssl_client_socket.h
@@ -45,31 +45,19 @@ class FakeSSLClientSocket : public net::ClientSocket {
static base::StringPiece GetSslServerHello();
// net::ClientSocket implementation.
-
virtual int Read(net::IOBuffer* buf, int buf_len,
net::CompletionCallback* callback);
-
virtual int Write(net::IOBuffer* buf, int buf_len,
net::CompletionCallback* callback);
-
virtual bool SetReceiveBufferSize(int32 size);
-
virtual bool SetSendBufferSize(int32 size);
-
virtual int Connect(net::CompletionCallback* callback);
-
virtual void Disconnect();
-
virtual bool IsConnected() const;
-
virtual bool IsConnectedAndIdle() const;
-
virtual int GetPeerAddress(net::AddressList* address) const;
-
virtual const net::BoundNetLog& NetLog() const;
-
virtual void SetSubresourceSpeculation();
-
virtual void SetOmniboxSpeculation();
private: