diff options
Diffstat (limited to 'chrome_frame/urlmon_url_request_private.h')
-rw-r--r-- | chrome_frame/urlmon_url_request_private.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome_frame/urlmon_url_request_private.h b/chrome_frame/urlmon_url_request_private.h index 2d9887c..9f6d823 100644 --- a/chrome_frame/urlmon_url_request_private.h +++ b/chrome_frame/urlmon_url_request_private.h @@ -125,7 +125,6 @@ class UrlmonUrlRequest HRESULT StartAsyncDownload(); void NotifyDelegateAndDie(); - void TerminateTransaction(); static net::Error HresultToNetError(HRESULT hr); private: @@ -242,13 +241,6 @@ class UrlmonUrlRequest bool pending_; scoped_ptr<TerminateBindCallback> terminate_bind_callback_; std::string response_headers_; - // Set to true when Chrome issues a read request for the URL. - bool read_received_from_chrome_; - // Set to true if the Urlmon transaction object needs to be cleaned up - // when this object is destroyed. Happens if we return - // INET_E_TERMINATE_BIND from OnDataAvailable in the last data notification. - bool cleanup_transaction_; - DISALLOW_COPY_AND_ASSIGN(UrlmonUrlRequest); }; |