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

Unified Diff: net/tools/content_decoder_tool/content_decoder_tool.cc

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/tools/content_decoder_tool/content_decoder_tool.cc
diff --git a/net/tools/content_decoder_tool/content_decoder_tool.cc b/net/tools/content_decoder_tool/content_decoder_tool.cc
index 961c2a5b73174bd30af0d4bc090208dfd360e295..5cf9b4f3a36e401608a91aa89e13e886665a3ac4 100644
--- a/net/tools/content_decoder_tool/content_decoder_tool.cc
+++ b/net/tools/content_decoder_tool/content_decoder_tool.cc
@@ -49,6 +49,9 @@ class StdinSourceStream : public SourceStream {
std::string Description() const override { return ""; }
+ void DumpMemoryStats(
+ base::trace_event::MemoryAllocatorDump* dump) const override {}
+
private:
std::istream* input_stream_;

Powered by Google App Engine
This is Rietveld 408576698