Index: net/http/http_transaction_delegate.h |
diff --git a/net/http/http_transaction_delegate.h b/net/http/http_transaction_delegate.h |
index 99f348db56e528e5b9f7f502e1d856dafd61870a..1792e4a8c6a33105c2e3b747555fb470dcaae029 100644 |
--- a/net/http/http_transaction_delegate.h |
+++ b/net/http/http_transaction_delegate.h |
@@ -16,6 +16,7 @@ class HttpTransactionDelegate { |
virtual ~HttpTransactionDelegate() {} |
virtual void OnCacheActionStart() = 0; |
virtual void OnCacheActionFinish() = 0; |
+ virtual void OnRequestBodyInitialized(uint64 size) {} |
}; |
} // namespace net |