Chromium Code Reviews| Index: net/spdy/spdy_session.cc |
| =================================================================== |
| --- net/spdy/spdy_session.cc (revision 126517) |
| +++ net/spdy/spdy_session.cc (working copy) |
| @@ -639,7 +639,7 @@ |
| DCHECK(is_secure_); |
| unsigned char secret[32]; // 32 bytes from the spec |
| GetSSLClientSocket()->ExportKeyingMaterial("SPDY certificate proof", |
| - origin, |
| + true, origin, |
| secret, arraysize(secret)); |
| // Convert the key string into a vector<unit8> |