diff options
Diffstat (limited to 'net/http/http_transaction.h')
-rw-r--r-- | net/http/http_transaction.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/http/http_transaction.h b/net/http/http_transaction.h index 3697a94..ba2cf29 100644 --- a/net/http/http_transaction.h +++ b/net/http/http_transaction.h @@ -18,10 +18,8 @@ class HttpResponseInfo; // answered. Cookies are assumed to be managed by the caller. class HttpTransaction { public: - virtual ~HttpTransaction() {} - // Stops any pending IO and destroys the transaction object. - virtual void Destroy() = 0; + virtual ~HttpTransaction() {} // Starts the HTTP transaction (i.e., sends the HTTP request). // |