Index: content/browser/mojo/mojo_child_connection.h |
diff --git a/content/browser/mojo/mojo_child_connection.h b/content/browser/mojo/mojo_child_connection.h |
index 369442725b043e9a349d5872436629dd7c2d0bc8..36eb768a8279267fad183dff96f86b0e6a331f05 100644 |
--- a/content/browser/mojo/mojo_child_connection.h |
+++ b/content/browser/mojo/mojo_child_connection.h |
@@ -27,7 +27,8 @@ class MojoChildConnection { |
// identified to the shell as |application_name|. |instance_id| must be |
// unique among all child connections using the same |application_name|. |
MojoChildConnection(const std::string& application_name, |
- const std::string& instance_id); |
+ const std::string& instance_id, |
+ const std::string& child_token); |
~MojoChildConnection(); |
shell::Connection* connection() const { |