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

Unified Diff: content/common/child_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/common/child_process_host_impl.h
diff --git a/content/common/child_process_host_impl.h b/content/common/child_process_host_impl.h
index 5a315ca806934a6947e4f5806373c6ce55faaeaf..52efb9362aa0d697dece4b78bdca3a718aaf9c0e 100644
--- a/content/common/child_process_host_impl.h
+++ b/content/common/child_process_host_impl.h
@@ -64,7 +64,8 @@ class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost,
// ChildProcessHost implementation
bool Send(IPC::Message* message) override;
void ForceShutdown() override;
- std::string CreateChannelMojo(const std::string& child_token) override;
+ std::string CreateChannelMojo(
+ const mojo::edk::PendingProcessConnection& connection) override;
void CreateChannelMojo() override;
bool IsChannelOpening() override;
void AddFilter(IPC::MessageFilter* filter) override;

Powered by Google App Engine
This is Rietveld 408576698