Index: content/browser/renderer_host/render_process_host_impl.h |
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h |
index dc269f22f81e0de9e99767e95c6d651588c93ff4..0f671f698e728232293495df78b35948ad4a95d1 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -33,6 +33,7 @@ |
#include "ipc/ipc_channel_proxy.h" |
#include "ipc/ipc_platform_file.h" |
#include "media/media_features.h" |
+#include "mojo/edk/embedder/pending_process_connection.h" |
#include "mojo/public/cpp/bindings/associated_binding.h" |
#include "mojo/public/cpp/bindings/associated_binding_set.h" |
#include "mojo/public/cpp/bindings/interface_ptr.h" |
@@ -423,7 +424,7 @@ class CONTENT_EXPORT RenderProcessHostImpl |
BrowserThread::GetTaskRunnerForThread(BrowserThread::UI)); |
} |
- std::string child_token_; |
+ std::unique_ptr<mojo::edk::PendingProcessConnection> pending_connection_; |
std::unique_ptr<ChildConnection> child_connection_; |
int connection_filter_id_ = |