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

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

Issue 1985863002: Incorporate BlobChannel into Blimp image encode/decode pipeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blobchannel-helium
Patch Set: fix gn dependency warning & rebase 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
« no previous file with comments | « blimp/net/blob_channel/blob_channel_sender_unittest.cc ('k') | blimp/net/browser_connection_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/blob_channel/helium_blob_sender_delegate.h
diff --git a/blimp/net/blob_channel/helium_blob_sender_delegate.h b/blimp/net/blob_channel/helium_blob_sender_delegate.h
index 4d8367e73d2477566d5f2a5027d73572e507c098..c62440ac2f7d9c2bda74bd3799c5557e3d10c9e6 100644
--- a/blimp/net/blob_channel/helium_blob_sender_delegate.h
+++ b/blimp/net/blob_channel/helium_blob_sender_delegate.h
@@ -12,12 +12,13 @@
#include "blimp/net/blimp_net_export.h"
#include "blimp/net/blob_channel/blob_channel_receiver.h"
#include "blimp/net/blob_channel/blob_channel_sender.h"
+#include "blimp/net/blob_channel/blob_channel_sender_impl.h"
namespace blimp {
// Sends blob messages as Helium messages to a BlimpMessageProcessor.
class BLIMP_NET_EXPORT HeliumBlobSenderDelegate
- : public BlobChannelSender::Delegate,
+ : public BlobChannelSenderImpl::Delegate,
public BlimpMessageProcessor {
public:
HeliumBlobSenderDelegate();
@@ -29,7 +30,7 @@ class BLIMP_NET_EXPORT HeliumBlobSenderDelegate
outgoing_processor_ = std::move(processor);
}
- // BlobSender::Delegate implementation.
+ // BlobChannelSenderImpl::Delegate implementation.
void DeliverBlob(const BlobId& id, BlobDataPtr data) override;
private:
« no previous file with comments | « blimp/net/blob_channel/blob_channel_sender_unittest.cc ('k') | blimp/net/browser_connection_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698