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

Unified Diff: services/shell/tests/connect/connect_test_package.cc

Issue 2209943002: Eliminate outgoing InterfaceProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tracing
Patch Set: . Created 4 years, 4 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: services/shell/tests/connect/connect_test_package.cc
diff --git a/services/shell/tests/connect/connect_test_package.cc b/services/shell/tests/connect/connect_test_package.cc
index 2dbcff3f602fb1791ca9ca1e6f8ba55f6d8de829..25827f502771a5478f656ccd82da50c9ee9a48a1 100644
--- a/services/shell/tests/connect/connect_test_package.cc
+++ b/services/shell/tests/connect/connect_test_package.cc
@@ -80,7 +80,8 @@ class ProvidedService
state->connection_remote_id = remote_id;
state->initialize_local_name = identity_.name();
state->initialize_userid = identity_.user_id();
- connection->GetInterface(&caller_);
+
+ connector()->ConnectToInterface(connection->GetRemoteIdentity(), &caller_);
caller_->ConnectionAccepted(std::move(state));
return true;
« no previous file with comments | « services/shell/tests/connect/connect_test_app_manifest.json ('k') | services/shell/tests/connect/connect_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698