Index: net/spdy/spdy_session_pool.h |
diff --git a/net/spdy/spdy_session_pool.h b/net/spdy/spdy_session_pool.h |
index 362fdc94ff34313444dfcd42615b372469564ca4..1c18438069c56154132d27d0d94ee60b994f7c06 100644 |
--- a/net/spdy/spdy_session_pool.h |
+++ b/net/spdy/spdy_session_pool.h |
@@ -71,7 +71,8 @@ class SpdySessionPool |
// Close all Spdy Sessions; used for debugging. |
void CloseAllSessions(); |
- // Removes a SpdySession from the SpdySessionPool. |
+ // Removes a SpdySession from the SpdySessionPool. This should only be called |
+ // by SpdySession, because otherwise session->state_ is not set to CLOSED. |
void Remove(const scoped_refptr<SpdySession>& session); |
// NetworkChangeNotifier::Observer methods: |