Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1469)

Unified Diff: content/public/common/service_info.h

Issue 2476063002: Service Manager: Rework Service and ServiceContext lifetime (Closed)
Patch Set: . Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « content/common/service_manager/service_manager_connection_impl.cc ('k') | content/public/test/test_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698