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

Unified Diff: content/browser/mojo/mojo_application_host.h

Issue 2019973002: [mojo-edk] Bind a child token to child launches and port reservations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert stuff. Created 4 years, 7 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/mojo/mojo_application_host.h
diff --git a/content/browser/mojo/mojo_application_host.h b/content/browser/mojo/mojo_application_host.h
index b1bc026cfdc93dfed3504b9b1fd4b1e761a1a539..68fb2fa65aba2094e8a020a780a75a2d407f6c18 100644
--- a/content/browser/mojo/mojo_application_host.h
+++ b/content/browser/mojo/mojo_application_host.h
@@ -30,7 +30,7 @@ namespace content {
// be invoked.
class CONTENT_EXPORT MojoApplicationHost {
public:
- MojoApplicationHost();
+ MojoApplicationHost(const std::string& child_token);
ncarter (slow) 2016/06/02 17:43:28 explicit
Anand Mistry (off Chromium) 2016/06/03 04:39:40 Done.
~MojoApplicationHost();
// Returns a token to pass to the child process to initialize its

Powered by Google App Engine
This is Rietveld 408576698