summaryrefslogtreecommitdiffstats
path: root/jingle/notifier/communicator/ssl_socket_adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'jingle/notifier/communicator/ssl_socket_adapter.h')
-rw-r--r--jingle/notifier/communicator/ssl_socket_adapter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/jingle/notifier/communicator/ssl_socket_adapter.h b/jingle/notifier/communicator/ssl_socket_adapter.h
index 42b20a8..cdbc94e 100644
--- a/jingle/notifier/communicator/ssl_socket_adapter.h
+++ b/jingle/notifier/communicator/ssl_socket_adapter.h
@@ -45,6 +45,7 @@ class TransportSocket : public net::ClientSocket, public sigslot::has_slots<> {
virtual const net::BoundNetLog& NetLog() const { return net_log_; }
virtual void SetSubresourceSpeculation();
virtual void SetOmniboxSpeculation();
+ virtual bool WasEverUsed() const;
// net::Socket implementation
@@ -74,6 +75,8 @@ class TransportSocket : public net::ClientSocket, public sigslot::has_slots<> {
talk_base::AsyncSocket *socket_;
talk_base::SocketAddress addr_;
+ bool was_used_to_convey_data_;
+
DISALLOW_COPY_AND_ASSIGN(TransportSocket);
};