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

Unified Diff: content/child/resource_dispatcher.h

Issue 2566943002: Dispatch transfer size update notification on mojo-loading (Closed)
Patch Set: fix Created 4 years 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: content/child/resource_dispatcher.h
diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h
index 2f918eefb336257e036e9f2120721781bb92d4fa..5ca0a7398c935887f1e98efafa158a01ce615677 100644
--- a/content/child/resource_dispatcher.h
+++ b/content/child/resource_dispatcher.h
@@ -149,6 +149,8 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
return weak_factory_.GetWeakPtr();
}
+ void OnTransferSizeUpdated(int request_id, int transfer_size_diff);
+
private:
friend class URLResponseBodyConsumer;
friend class ResourceDispatcherTest;

Powered by Google App Engine
This is Rietveld 408576698