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