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

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

Issue 2431753002: Mus experiment in content shell on Android.
Patch Set: Addressed comments, fixed browser tests and deps. Created 4 years, 2 months 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 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

Powered by Google App Engine
This is Rietveld 408576698