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

Unified Diff: chrome/renderer/security_filter_peer.h

Issue 2540023003: Dispatch encoded_data_length separately in content/child (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: chrome/renderer/security_filter_peer.h
diff --git a/chrome/renderer/security_filter_peer.h b/chrome/renderer/security_filter_peer.h
index e0d8e65004627fd90f93d76347e35232f9091852..a821564a12c7a0a2c225dd84f3702d674ff0ed54 100644
--- a/chrome/renderer/security_filter_peer.h
+++ b/chrome/renderer/security_filter_peer.h
@@ -39,6 +39,7 @@ class SecurityFilterPeer : public content::RequestPeer {
bool OnReceivedRedirect(const net::RedirectInfo& redirect_info,
const content::ResourceResponseInfo& info) override;
void OnDownloadedData(int len, int encoded_data_length) override {}
+ void OnTransferSizeUpdated(int transfer_size_diff) override;
protected:
explicit SecurityFilterPeer(std::unique_ptr<content::RequestPeer> peer);

Powered by Google App Engine
This is Rietveld 408576698