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

Unified Diff: services/shell/tests/connect/connect_test_app.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
« no previous file with comments | « services/shell/standalone/context.cc ('k') | services/shell/tests/connect/connect_test_app_a_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/tests/connect/connect_test_app.cc
diff --git a/services/shell/tests/connect/connect_test_app.cc b/services/shell/tests/connect/connect_test_app.cc
index 6e131ee3adef6cc558897aa4ecf0083bd5adb59c..01c5078879bf932f7be67cdc9cd6a6ed788f9181 100644
--- a/services/shell/tests/connect/connect_test_app.cc
+++ b/services/shell/tests/connect/connect_test_app.cc
@@ -75,7 +75,8 @@ class ConnectTestApp : public Service,
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/standalone/context.cc ('k') | services/shell/tests/connect/connect_test_app_a_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698