Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8565)

Unified Diff: chrome_frame/urlmon_upload_data_stream.h

Issue 39203004: [Net] Fix error handling on wrong file in UploadData (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_frame/plugin_url_request.cc ('k') | chrome_frame/urlmon_upload_data_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/urlmon_upload_data_stream.h
diff --git a/chrome_frame/urlmon_upload_data_stream.h b/chrome_frame/urlmon_upload_data_stream.h
index 497fdb468fd503b2ad38f60f465380b390495817..b37e478a04240332310d2e647fc561f323c8ed9c 100644
--- a/chrome_frame/urlmon_upload_data_stream.h
+++ b/chrome_frame/urlmon_upload_data_stream.h
@@ -27,7 +27,7 @@ class UrlmonUploadDataStream : public CComObjectRootEx<CComMultiThreadModel>,
COM_INTERFACE_ENTRY(IStream)
END_COM_MAP()
- void Initialize(net::UploadData* upload_data);
+ bool Initialize(net::UploadData* upload_data);
// Partial implementation of IStream.
STDMETHOD(Read)(void* pv, ULONG cb, ULONG* read);
« no previous file with comments | « chrome_frame/plugin_url_request.cc ('k') | chrome_frame/urlmon_upload_data_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698