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

Unified Diff: net/http/http_transaction_delegate.h

Issue 10825073: Stop using ScopedAllowIO in content::ResourceDispatcherHostImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Chrome Frame fix Created 8 years, 4 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
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

Powered by Google App Engine
This is Rietveld 408576698