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

Unified Diff: net/flip/flip_network_transaction.h

Issue 339047: Cleanup the FlipDelegate API a bit in prep for fixing upload.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months 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 | « no previous file | net/flip/flip_network_transaction.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/flip/flip_network_transaction.h
===================================================================
--- net/flip/flip_network_transaction.h (revision 30221)
+++ net/flip/flip_network_transaction.h (working copy)
@@ -44,10 +44,10 @@
virtual const HttpRequestInfo* request();
virtual const UploadDataStream* data();
virtual void OnRequestSent(int status);
+ virtual void OnUploadDataSent(int result);
virtual void OnResponseReceived(HttpResponseInfo* response);
virtual void OnDataReceived(const char* buffer, int bytes);
virtual void OnClose(int status);
- virtual void OnCancel();
// HttpTransaction methods:
virtual int Start(const HttpRequestInfo* request_info,
« no previous file with comments | « no previous file | net/flip/flip_network_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698