| Index: chrome/browser/net/http_server_properties_manager.h | 
| =================================================================== | 
| --- chrome/browser/net/http_server_properties_manager.h	(revision 126086) | 
| +++ chrome/browser/net/http_server_properties_manager.h	(working copy) | 
| @@ -117,6 +117,11 @@ | 
| const net::HostPortPair& host_port_pair, | 
| const spdy::SpdySettings& settings) OVERRIDE; | 
|  | 
| +  // Saves the setting for a host. Returns true if SpdySetting is persisted. | 
| +  virtual bool SetSpdySetting( | 
| +      const net::HostPortPair& host_port_pair, | 
| +      const spdy::SpdySetting& setting) OVERRIDE; | 
| + | 
| // Clears all spdy_settings. | 
| virtual void ClearSpdySettings() OVERRIDE; | 
|  | 
|  |