Index: net/http/http_transaction.h |
diff --git a/net/http/http_transaction.h b/net/http/http_transaction.h |
index 5b7ea9be4d8ad21c3f3677b5c81a3a28226a12ea..6b8ea70cb3b679fd1ad1112923819a9869360cc7 100644 |
--- a/net/http/http_transaction.h |
+++ b/net/http/http_transaction.h |
@@ -133,8 +133,8 @@ class NET_EXPORT_PRIVATE HttpTransaction { |
// entire response body is to be ignored (e.g., in a redirect). |
virtual void DoneReading() = 0; |
- // Returns the response info for this transaction or NULL if the response |
- // info is not available. |
+ // Returns the response info for this transaction. Must not be called until |
+ // |Start| completes. |
virtual const HttpResponseInfo* GetResponseInfo() const = 0; |
// Returns the load state for this transaction. |