| Index: content/shell/shell_network_delegate.h
 | 
| diff --git a/content/shell/shell_network_delegate.h b/content/shell/shell_network_delegate.h
 | 
| index 9b3de664ce1c903581d5d0990d54b4db21e1c42f..d08d5cfbae2f283cfb155882ed91c610c4277b9b 100644
 | 
| --- a/content/shell/shell_network_delegate.h
 | 
| +++ b/content/shell/shell_network_delegate.h
 | 
| @@ -54,6 +54,8 @@ class ShellNetworkDelegate : public net::NetworkDelegate {
 | 
|                                net::CookieOptions* options) OVERRIDE;
 | 
|    virtual bool OnCanAccessFile(const net::URLRequest& request,
 | 
|                                 const FilePath& path) const OVERRIDE;
 | 
| +  virtual bool OnCanThrottleRequest(
 | 
| +      const net::URLRequest& request) const OVERRIDE;
 | 
|  
 | 
|    DISALLOW_COPY_AND_ASSIGN(ShellNetworkDelegate);
 | 
|  };
 | 
| 
 |