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

Unified Diff: blimp/engine/mojo/blob_channel_service.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: use a better upstream branch for the patch Created 4 years, 6 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
Index: blimp/engine/mojo/blob_channel_service.h
diff --git a/blimp/engine/mojo/blob_channel_service.h b/blimp/engine/mojo/blob_channel_service.h
index 84e9623ab02af99f445f745b4fcf5b7edaf5ca87..df7f918cf95963ee4430bcdf7c91c988a042caf4 100644
--- a/blimp/engine/mojo/blob_channel_service.h
+++ b/blimp/engine/mojo/blob_channel_service.h
@@ -31,6 +31,7 @@ class BlobChannelService : public mojom::BlobChannel {
mojom::BlobChannelRequest request);
// BlobChannel implementation.
+ void GetCacheState(const GetCacheStateCallback& callback) override;
void PutBlob(const mojo::String& id, const mojo::String& data) override;
void DeliverBlob(const mojo::String& id) override;

Powered by Google App Engine
This is Rietveld 408576698