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

Unified Diff: net/filter/gzip_source_stream.h

Issue 2525743002: Make URLRequestContext a MemoryDumpProvider (Abandoned) (Closed)
Patch Set: rebased to 7f3d142161b15869f6bea58ac43c5f52ce5834ac Created 4 years, 1 month 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/filter/gzip_source_stream.h
diff --git a/net/filter/gzip_source_stream.h b/net/filter/gzip_source_stream.h
index 46f296af0c326cd999ffabada9a5454238b8a561..d5851af8ab1ab5b46b4bb4491a63d0f940733e89 100644
--- a/net/filter/gzip_source_stream.h
+++ b/net/filter/gzip_source_stream.h
@@ -62,6 +62,8 @@ class NET_EXPORT_PRIVATE GzipSourceStream : public FilterSourceStream {
// SourceStream implementation
std::string GetTypeAsString() const override;
+ void DumpMemoryStatsImpl(
+ base::trace_event::MemoryAllocatorDump* dump) const override;
int FilterData(IOBuffer* output_buffer,
int output_buffer_size,
IOBuffer* input_buffer,

Powered by Google App Engine
This is Rietveld 408576698