Index: content/common/mojo/mojo_shell_connection_impl.cc |
diff --git a/content/common/mojo/mojo_shell_connection_impl.cc b/content/common/mojo/mojo_shell_connection_impl.cc |
index a989a02f5493d640adc9a42ed69f0dfd38558d91..2e4617cad9cfa3ea2a4c01c9df90abf744ccf249 100644 |
--- a/content/common/mojo/mojo_shell_connection_impl.cc |
+++ b/content/common/mojo/mojo_shell_connection_impl.cc |
@@ -73,7 +73,8 @@ void MojoShellConnectionImpl::WaitForShell( |
void MojoShellConnectionImpl::Initialize(mojo::Shell* shell, |
const std::string& url, |
- uint32_t id) { |
+ uint32_t id, |
+ uint32_t user_id) { |
initialized_ = true; |
} |