| Index: jingle/notifier/base/proxy_resolving_client_socket.h
 | 
| ===================================================================
 | 
| --- jingle/notifier/base/proxy_resolving_client_socket.h	(revision 90217)
 | 
| +++ 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 base::TimeDelta GetConnectTimeMicros() const OVERRIDE;
 | 
|  
 | 
|   private:
 | 
|    // Proxy resolution and connection functions.
 | 
| 
 |