| Index: content/common/service_manager/child_connection.h
|
| diff --git a/content/common/service_manager/child_connection.h b/content/common/service_manager/child_connection.h
|
| index dcc93504e34c5e3f1297c8e59e175492344ec4d7..fab883eae92003f8698a4142fa0cc37c1b8b76e1 100644
|
| --- a/content/common/service_manager/child_connection.h
|
| +++ b/content/common/service_manager/child_connection.h
|
| @@ -62,9 +62,11 @@ class CONTENT_EXPORT ChildConnection {
|
| private:
|
| class IOThreadContext;
|
|
|
| + const std::string child_token_;
|
| scoped_refptr<IOThreadContext> context_;
|
| service_manager::Identity child_identity_;
|
| const std::string service_token_;
|
| + base::ProcessHandle process_handle_ = base::kNullProcessHandle;
|
|
|
| service_manager::InterfaceProvider remote_interfaces_;
|
|
|
|
|