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

Unified Diff: components/nacl/loader/nacl_listener.h

Issue 1704743002: Revert of Clean up public interface of AttachmentBrokerUnprivileged. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « components/nacl/broker/nacl_broker_listener.cc ('k') | components/nacl/loader/nacl_listener.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/loader/nacl_listener.h
diff --git a/components/nacl/loader/nacl_listener.h b/components/nacl/loader/nacl_listener.h
index 7c1efe3e7580cfdfef411d159e2d49284b3b182f..a2d617cf4f83fdf747d2deb243c7ebf40d4e6f13 100644
--- a/components/nacl/loader/nacl_listener.h
+++ b/components/nacl/loader/nacl_listener.h
@@ -22,6 +22,7 @@
#include "ipc/ipc_listener.h"
namespace IPC {
+class AttachmentBrokerUnprivileged;
class SyncChannel;
class SyncMessageFilter;
}
@@ -79,6 +80,8 @@
const nacl::NaClResourcePrefetchResult& prefetched_resource_file);
void OnStart(const nacl::NaClStartParams& params);
+ scoped_ptr<IPC::AttachmentBrokerUnprivileged> attachment_broker_;
+
// A channel back to the browser.
scoped_ptr<IPC::SyncChannel> channel_;
« no previous file with comments | « components/nacl/broker/nacl_broker_listener.cc ('k') | components/nacl/loader/nacl_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698