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

Unified Diff: blimp/net/blob_channel/mock_blob_channel_sender.h

Issue 2056993003: Add Mojo IPC for seeding new Renderer with Browser's cached blob state. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blobchannel-master
Patch Set: STL containers yay Created 4 years, 5 months 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 | « blimp/net/blob_channel/blob_channel_sender_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/blob_channel/mock_blob_channel_sender.h
diff --git a/blimp/net/blob_channel/mock_blob_channel_sender.h b/blimp/net/blob_channel/mock_blob_channel_sender.h
index fb7c6fda1ed8d98dc613a8e0f113147a99084c6f..12e13ca4ff46d928c3ec42aa593bc8bc79cdc34a 100644
--- a/blimp/net/blob_channel/mock_blob_channel_sender.h
+++ b/blimp/net/blob_channel/mock_blob_channel_sender.h
@@ -20,6 +20,7 @@ class BLIMP_NET_EXPORT MockBlobChannelSender : public BlobChannelSender {
MOCK_METHOD2(PutBlob, void(const BlobId& id, BlobDataPtr data));
MOCK_METHOD1(DeliverBlob, void(const BlobId& id));
+ MOCK_CONST_METHOD0(GetCachedBlobIds, std::vector<CacheStateEntry>());
private:
DISALLOW_COPY_AND_ASSIGN(MockBlobChannelSender);
« no previous file with comments | « blimp/net/blob_channel/blob_channel_sender_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698