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

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

Issue 2645713004: 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 b461ddf916d53d8b0f426e820e10468dd7cf61c2..1e34ac09436a4616d646a7fe1a2e262fc67f60e7 100644
--- a/content/common/service_manager/child_connection.h
+++ b/content/common/service_manager/child_connection.h
@@ -61,9 +61,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