| Index: content/public/common/service_info.h
|
| diff --git a/content/public/common/service_info.h b/content/public/common/service_info.h
|
| index cf90d5dbe88db7f9410a5c0a80e73da4c1e53bb2..a7affa94e3ad4d1384401563f57138f2ea6d752b 100644
|
| --- a/content/public/common/service_info.h
|
| +++ b/content/public/common/service_info.h
|
| @@ -44,6 +44,10 @@ struct CONTENT_EXPORT ServiceInfo {
|
| //
|
| // If |task_runner| is not null, this value is ignored.
|
| bool use_own_thread = false;
|
| +
|
| + // Whether a service context is created and passed to the service when it is
|
| + // created.
|
| + bool service_owns_context = false;
|
| };
|
|
|
| } // namespace content
|
|
|