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

Unified Diff: content/common/service_manager/child_connection.h

Issue 2644843007: Always notify Mojo EDK of incomplete content child process launch (Closed)
Patch Set: Created 3 years, 11 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/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 dcc93504e34c5e3f1297c8e59e175492344ec4d7..fab883eae92003f8698a4142fa0cc37c1b8b76e1 100644
--- a/content/common/service_manager/child_connection.h
+++ b/content/common/service_manager/child_connection.h
@@ -62,9 +62,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_;
« no previous file with comments | « content/browser/browser_child_process_host_impl.cc ('k') | content/common/service_manager/child_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698