 Chromium Code Reviews
 Chromium Code Reviews Issue 8423028:
  Persist dynamically learned SPDY settings (like CWND).  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/
    
  
    Issue 8423028:
  Persist dynamically learned SPDY settings (like CWND).  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/| Index: net/spdy/spdy_websocket_stream_unittest.cc | 
| =================================================================== | 
| --- net/spdy/spdy_websocket_stream_unittest.cc (revision 109447) | 
| +++ net/spdy/spdy_websocket_stream_unittest.cc (working copy) | 
| @@ -255,7 +255,7 @@ | 
| if (throttling) { | 
| // Set max concurrent streams to 1. | 
| - spdy_session_pool->mutable_spdy_settings()->Set( | 
| + spdy_session_pool->http_server_properties()->SetSpdySettings( | 
| host_port_pair_, spdy_settings_to_set_); | 
| } |