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

Unified Diff: components/web_view/web_view_impl.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/web_view_application_delegate.cc ('k') | content/public/test/test_mojo_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_view/web_view_impl.cc
diff --git a/components/web_view/web_view_impl.cc b/components/web_view/web_view_impl.cc
index 00861b56bf37e78958a4b70dffd55c8e4c0f0cb2..1b6a414a0a232883d1511f10e78cfe3bb9721bd8 100644
--- a/components/web_view/web_view_impl.cc
+++ b/components/web_view/web_view_impl.cc
@@ -80,7 +80,7 @@ void WebViewImpl::OnLoad(const GURL& pending_url) {
Frame::ClientPropertyMap client_properties;
if (devtools_agent_) {
devtools_service::DevToolsAgentPtr forward_agent;
- frame_connection->connection()->ConnectToService(&forward_agent);
+ frame_connection->connection()->GetInterface(&forward_agent);
devtools_agent_->AttachFrame(std::move(forward_agent), &client_properties);
}
« no previous file with comments | « components/web_view/web_view_application_delegate.cc ('k') | content/public/test/test_mojo_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698