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

Unified Diff: components/nacl/broker/nacl_broker_listener.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/broker/nacl_broker_listener.h
diff --git a/components/nacl/broker/nacl_broker_listener.h b/components/nacl/broker/nacl_broker_listener.h
index 61d2651ed31facc9218a19d07f7759d347fb4d81..04ea089d8af76e3ffe1c58887bdc898f66636280 100644
--- a/components/nacl/broker/nacl_broker_listener.h
+++ b/components/nacl/broker/nacl_broker_listener.h
@@ -12,6 +12,7 @@
#include "ipc/ipc_listener.h"
namespace IPC {
+class AttachmentBroker;
class Channel;
}
@@ -42,6 +43,7 @@ class NaClBrokerListener : public content::SandboxedProcessLauncherDelegate,
base::Process browser_process_;
scoped_ptr<IPC::Channel> channel_;
+ scoped_ptr<IPC::AttachmentBroker> attachment_broker_;
DISALLOW_COPY_AND_ASSIGN(NaClBrokerListener);
};
« no previous file with comments | « chrome/utility/importer/firefox_importer_unittest_utils_mac.cc ('k') | components/nacl/broker/nacl_broker_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698