| Index: jingle/notifier/base/proxy_resolving_client_socket.h
|
| ===================================================================
|
| --- jingle/notifier/base/proxy_resolving_client_socket.h (revision 88319)
|
| +++ jingle/notifier/base/proxy_resolving_client_socket.h (working copy)
|
| @@ -56,6 +56,8 @@
|
| virtual void SetOmniboxSpeculation() OVERRIDE;
|
| virtual bool WasEverUsed() const OVERRIDE;
|
| virtual bool UsingTCPFastOpen() const OVERRIDE;
|
| + virtual int64 NumBytesRead() const OVERRIDE;
|
| + virtual int GetConnectTimeMicros() const OVERRIDE;
|
|
|
| private:
|
| // Proxy resolution and connection functions.
|
|
|