Index: android_webview/browser/net/android_stream_reader_url_request_job.h |
diff --git a/android_webview/browser/net/android_stream_reader_url_request_job.h b/android_webview/browser/net/android_stream_reader_url_request_job.h |
index c516b760f3d931a1be55e9b441d55fa8fc796418..967ce3632706f8e59fafe7f85655b47420f67404 100644 |
--- a/android_webview/browser/net/android_stream_reader_url_request_job.h |
+++ b/android_webview/browser/net/android_stream_reader_url_request_job.h |
@@ -41,6 +41,9 @@ class AndroidStreamReaderURLRequestJob : public net::URLRequestJob { |
*/ |
class Delegate { |
public: |
+ // Called from the IO thread when the Job is about to start. |
+ virtual void OnStart() = 0; |
+ |
// This method is called from a worker thread, not from the IO thread. |
virtual scoped_ptr<android_webview::InputStream> OpenInputStream( |
JNIEnv* env, |