| 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 b461ddf916d53d8b0f426e820e10468dd7cf61c2..1e34ac09436a4616d646a7fe1a2e262fc67f60e7 100644
|
| --- a/content/common/service_manager/child_connection.h
|
| +++ b/content/common/service_manager/child_connection.h
|
| @@ -61,9 +61,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_;
|
|
|
|
|