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

Unified Diff: blimp/net/test_common.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
« no previous file with comments | « no previous file | chrome/browser/devtools/device/usb/android_usb_socket.h » ('j') | net/base/sdch_manager.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/test_common.h
diff --git a/blimp/net/test_common.h b/blimp/net/test_common.h
index 757caef94858e2191f90ab570d8c797c04932416..5471aebf885a520d91c6beffd646c0b574e38954 100644
--- a/blimp/net/test_common.h
+++ b/blimp/net/test_common.h
@@ -133,6 +133,8 @@ class MockStreamSocket : public net::StreamSocket {
MOCK_METHOD0(ClearConnectionAttempts, void());
MOCK_METHOD1(AddConnectionAttempts, void(const net::ConnectionAttempts&));
MOCK_CONST_METHOD0(GetTotalReceivedBytes, int64_t());
+ MOCK_CONST_METHOD1(DumpMemoryStats,
+ void(base::trace_event::MemoryAllocatorDump* dump));
};
class MockBlimpConnection;
« no previous file with comments | « no previous file | chrome/browser/devtools/device/usb/android_usb_socket.h » ('j') | net/base/sdch_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698