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

Unified Diff: content/public/test/test_mojo_app.cc

Issue 2182643003: Remove shell::Connection* parameter to InterfaceFactory<T>::Create() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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/public/test/test_mojo_app.cc
diff --git a/content/public/test/test_mojo_app.cc b/content/public/test/test_mojo_app.cc
index ce92bed0b83db2cb8fbdeafef6d82d0fb30c890c..a33c3deb5c90c23a070e02fe4ad87b83b3773a94 100644
--- a/content/public/test/test_mojo_app.cc
+++ b/content/public/test/test_mojo_app.cc
@@ -28,7 +28,7 @@ bool TestMojoApp::OnConnect(shell::Connection* connection) {
}
void TestMojoApp::Create(
- shell::Connection* connection,
+ const shell::Identity& remote_identity,
mojo::InterfaceRequest<mojom::TestMojoService> request) {
DCHECK(!service_binding_.is_bound());
service_binding_.Bind(std::move(request));
« no previous file with comments | « content/public/test/test_mojo_app.h ('k') | content/renderer/mus/render_widget_window_tree_client_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698