summaryrefslogtreecommitdiffstats
path: root/chrome_frame/urlmon_url_request_private.h
diff options
context:
space:
mode:
authorstoyan@chromium.org <stoyan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-12 17:02:09 +0000
committerstoyan@chromium.org <stoyan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-12 17:02:09 +0000
commit290c537c88b3b7ebeec09c4942fc029437ca05e0 (patch)
tree1f85c902daac72b81d5b216b68c3ede80cc53cd4 /chrome_frame/urlmon_url_request_private.h
parent390886f24eb629a8d05ab21cef4764b2cc76c452 (diff)
downloadchromium_src-290c537c88b3b7ebeec09c4942fc029437ca05e0.zip
chromium_src-290c537c88b3b7ebeec09c4942fc029437ca05e0.tar.gz
chromium_src-290c537c88b3b7ebeec09c4942fc029437ca05e0.tar.bz2
Proper notification in OnStopBinding if headers are not availble (i.e. connection failed).
Test added. TEST=chrome_frame_net_tests BUG=none Review URL: http://codereview.chromium.org/593065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38900 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/urlmon_url_request_private.h')
-rw-r--r--chrome_frame/urlmon_url_request_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome_frame/urlmon_url_request_private.h b/chrome_frame/urlmon_url_request_private.h
index 7d95486..13a40d4 100644
--- a/chrome_frame/urlmon_url_request_private.h
+++ b/chrome_frame/urlmon_url_request_private.h
@@ -300,6 +300,7 @@ class UrlmonUrlRequest
size_t pending_read_size_;
PlatformThreadId thread_;
HWND parent_window_;
+ bool headers_received_;
DISALLOW_COPY_AND_ASSIGN(UrlmonUrlRequest);
};