| Index: net/tools/flip_server/sm_connection.h
|
| diff --git a/net/tools/flip_server/sm_connection.h b/net/tools/flip_server/sm_connection.h
|
| index b586a18b34bf1b5edeb4476f9c4a3e02654ce761..189344adc5cc2ee03c12ce7c489411aedb3b4b17 100644
|
| --- a/net/tools/flip_server/sm_connection.h
|
| +++ b/net/tools/flip_server/sm_connection.h
|
| @@ -99,7 +99,7 @@ class SMConnection : public SMConnectionInterface,
|
|
|
| private:
|
| // Decide if SPDY was negotiated.
|
| - bool WasSpdyNegotiated(SpdyMajorVersion* version_negotiated);
|
| + bool WasSpdyNegotiated();
|
|
|
| // Initialize the protocol interfaces we'll need for this connection.
|
| // Returns true if successful, false otherwise.
|
|
|