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

Unified Diff: components/nacl/renderer/manifest_service_channel.h

Issue 1184523003: attachment broker wip (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor comments. Created 5 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: components/nacl/renderer/manifest_service_channel.h
diff --git a/components/nacl/renderer/manifest_service_channel.h b/components/nacl/renderer/manifest_service_channel.h
index dd77bc5b8763da0b9c0cf4080cfa95ca3de33297..6e9d5350954583e3c35e09d5f8ececa3c12af658 100644
--- a/components/nacl/renderer/manifest_service_channel.h
+++ b/components/nacl/renderer/manifest_service_channel.h
@@ -19,6 +19,7 @@ class WaitableEvent;
} // namespace base
namespace IPC {
+class AttachmentBroker;
struct ChannelHandle;
class Message;
class SyncChannel;
@@ -49,7 +50,8 @@ class ManifestServiceChannel : public IPC::Listener {
const IPC::ChannelHandle& handle,
const base::Callback<void(int32_t)>& connected_callback,
scoped_ptr<Delegate> delegate,
- base::WaitableEvent* waitable_event);
+ base::WaitableEvent* waitable_event,
+ IPC::AttachmentBroker* broker);
~ManifestServiceChannel() override;
void Send(IPC::Message* message);
« no previous file with comments | « components/nacl/loader/nacl_trusted_listener.cc ('k') | components/nacl/renderer/manifest_service_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698