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

Unified Diff: components/web_view/test_runner/test_runner_application_delegate.cc

Issue 1681813002: Rename Connection::AddService/ConnectToService to Connection::AddInterface/GetInterface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interface_binder
Patch Set: . Created 4 years, 10 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 | « components/web_view/frame_connection.cc ('k') | components/web_view/web_view_application_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_view/test_runner/test_runner_application_delegate.cc
diff --git a/components/web_view/test_runner/test_runner_application_delegate.cc b/components/web_view/test_runner/test_runner_application_delegate.cc
index e470cc38849d8e3b9323e25a0f07a5d30bee3a65..e2d31cd099eb54cc7b3294a64f4e3a4ede6f3a09 100644
--- a/components/web_view/test_runner/test_runner_application_delegate.cc
+++ b/components/web_view/test_runner/test_runner_application_delegate.cc
@@ -75,7 +75,7 @@ void TestRunnerApplicationDelegate::Initialize(mojo::Shell* shell,
bool TestRunnerApplicationDelegate::AcceptConnection(
mojo::Connection* connection) {
- connection->AddService<web_view::LayoutTestRunner>(this);
+ connection->AddInterface<web_view::LayoutTestRunner>(this);
return true;
}
« no previous file with comments | « components/web_view/frame_connection.cc ('k') | components/web_view/web_view_application_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698