diff options
author | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-29 03:57:23 +0000 |
---|---|---|
committer | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-29 03:57:23 +0000 |
commit | c5a83288e55153c3ebfdfbb79157ee7804184a4a (patch) | |
tree | 19b7c0cf85c33ff6111f5d52a7ad84afb89f3e97 /chrome_frame/urlmon_url_request.h | |
parent | 9cb79c01841c4820fc35ab70cfc8daf61ee7405b (diff) | |
download | chromium_src-c5a83288e55153c3ebfdfbb79157ee7804184a4a.zip chromium_src-c5a83288e55153c3ebfdfbb79157ee7804184a4a.tar.gz chromium_src-c5a83288e55153c3ebfdfbb79157ee7804184a4a.tar.bz2 |
Using thread safe reference counting to wrap the UploadData instance.Moving the post_data_len_ member variable to the PluginUrlRequest class.TEST=This is a tentative fix for bug 25531.BUG=25531
Review URL: http://codereview.chromium.org/340006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30432 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/urlmon_url_request.h')
-rw-r--r-- | chrome_frame/urlmon_url_request.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome_frame/urlmon_url_request.h b/chrome_frame/urlmon_url_request.h index 3c64243f..25c54ae 100644 --- a/chrome_frame/urlmon_url_request.h +++ b/chrome_frame/urlmon_url_request.h @@ -246,8 +246,6 @@ END_SERVICE_MAP() size_t pending_read_size_; URLRequestStatus status_; - uint64 post_data_len_; - PlatformThreadId thread_; static int instance_count_; HWND parent_window_; |