summaryrefslogtreecommitdiff
path: root/chromium/content/browser/loader/stream_resource_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/loader/stream_resource_handler.h')
-rw-r--r--chromium/content/browser/loader/stream_resource_handler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chromium/content/browser/loader/stream_resource_handler.h b/chromium/content/browser/loader/stream_resource_handler.h
index cb8a2d58d6b..b6f51bba48c 100644
--- a/chromium/content/browser/loader/stream_resource_handler.h
+++ b/chromium/content/browser/loader/stream_resource_handler.h
@@ -59,8 +59,6 @@ class StreamResourceHandler : public ResourceHandler {
const net::URLRequestStatus& status,
std::unique_ptr<ResourceController> controller) override;
- void OnDataDownloaded(int bytes_downloaded) override;
-
Stream* stream() { return writer_.stream(); }
private: