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

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..48a7f574876cfd9b5cdd6bcc03c981a48ad93ce8 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, int32_t transfer_size_diff);
+
private:
friend class URLResponseBodyConsumer;
friend class ResourceDispatcherTest;
« no previous file with comments | « content/browser/service_worker/service_worker_fetch_dispatcher.cc ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698