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

Unified Diff: blimp/net/blob_channel/blob_channel_sender_impl.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.h ('k') | blimp/net/blob_channel/blob_channel_sender_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/blob_channel/blob_channel_sender_impl.h
diff --git a/blimp/net/blob_channel/blob_channel_sender_impl.h b/blimp/net/blob_channel/blob_channel_sender_impl.h
index a6de8ba68bbb9eaed494e031215f3c391e2e01f3..4c0db42c9dc144363641faca45fafb277932c2a5 100644
--- a/blimp/net/blob_channel/blob_channel_sender_impl.h
+++ b/blimp/net/blob_channel/blob_channel_sender_impl.h
@@ -8,6 +8,7 @@
#include <memory>
#include <set>
#include <string>
+#include <vector>
#include "base/macros.h"
#include "base/threading/thread_checker.h"
@@ -37,6 +38,8 @@ class BLIMP_NET_EXPORT BlobChannelSenderImpl : public BlobChannelSender {
~BlobChannelSenderImpl() override;
// BlobChannelSender implementation.
+ std::vector<BlobChannelSender::CacheStateEntry> GetCachedBlobIds()
+ const override;
void PutBlob(const BlobId& id, BlobDataPtr data) override;
void DeliverBlob(const BlobId& id) override;
« no previous file with comments | « blimp/net/blob_channel/blob_channel_sender.h ('k') | blimp/net/blob_channel/blob_channel_sender_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698