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

Unified Diff: net/filter/mock_source_stream.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/filter/mock_source_stream.cc
diff --git a/net/filter/mock_source_stream.cc b/net/filter/mock_source_stream.cc
index bdf56c6a4e1f18b9a0b48cb2ca913eb1b7ea7611..96604483f09842204aa810c1b130134c5fb3d729 100644
--- a/net/filter/mock_source_stream.cc
+++ b/net/filter/mock_source_stream.cc
@@ -5,6 +5,7 @@
#include "net/filter/mock_source_stream.h"
#include "base/logging.h"
+#include "base/trace_event/memory_allocator_dump.h"
#include "net/base/io_buffer.h"
namespace net {
@@ -48,6 +49,9 @@ std::string MockSourceStream::Description() const {
return "";
}
+void MockSourceStream::DumpMemoryStats(
+ base::trace_event::MemoryAllocatorDump* dump) const {}
+
MockSourceStream::QueuedResult::QueuedResult(const char* data,
int len,
Error error,

Powered by Google App Engine
This is Rietveld 408576698