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

Unified Diff: content/browser/renderer_host/render_process_host_impl.h

Issue 2680973006: Mojo EDK: Add safe process connection API (Closed)
Patch Set: Created 3 years, 10 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/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_ =

Powered by Google App Engine
This is Rietveld 408576698