| Index: chrome/service/service_ipc_server.h
|
| diff --git a/chrome/service/service_ipc_server.h b/chrome/service/service_ipc_server.h
|
| index b858df5d3fded4341dac1ed3b2e1971578df1ed4..abe5a8fad8829ecfdbdd0f1c0f70e0310c99ea65 100644
|
| --- a/chrome/service/service_ipc_server.h
|
| +++ b/chrome/service/service_ipc_server.h
|
| @@ -74,6 +74,8 @@ class ServiceIPCServer : public IPC::Listener, public IPC::Sender {
|
| // Indicates whether a client is currently connected to the channel.
|
| bool client_connected_;
|
|
|
| + scoped_ptr<IPC::AttachmentBroker> attachment_broker_;
|
| +
|
| // Allows threads other than the main thread to send sync messages.
|
| scoped_refptr<IPC::SyncMessageFilter> sync_message_filter_;
|
|
|
|
|