| Index: net/spdy/spdy_session.cc
|
| diff --git a/net/spdy/spdy_session.cc b/net/spdy/spdy_session.cc
|
| index 16a8d83b44b66910a4753ff55226e399e65414ba..d81c538fabe96989f9df170269fa6326f42133b4 100644
|
| --- a/net/spdy/spdy_session.cc
|
| +++ b/net/spdy/spdy_session.cc
|
| @@ -110,15 +110,6 @@ base::Value* NetLogSpdySynReplyOrHeadersReceivedCallback(
|
| return dict;
|
| }
|
|
|
| -base::Value* NetLogSpdyCredentialCallback(size_t slot,
|
| - const std::string* origin,
|
| - NetLog::LogLevel /* log_level */) {
|
| - base::DictionaryValue* dict = new base::DictionaryValue();
|
| - dict->SetInteger("slot", slot);
|
| - dict->SetString("origin", *origin);
|
| - return dict;
|
| -}
|
| -
|
| base::Value* NetLogSpdySessionCloseCallback(int net_error,
|
| const std::string* description,
|
| NetLog::LogLevel /* log_level */) {
|
|
|