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

Unified Diff: content/renderer/mus/render_widget_window_tree_client_factory.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 | « content/public/test/test_mojo_app.cc ('k') | device/devices_app/devices_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/mus/render_widget_window_tree_client_factory.cc
diff --git a/content/renderer/mus/render_widget_window_tree_client_factory.cc b/content/renderer/mus/render_widget_window_tree_client_factory.cc
index c2ed7483ba3b2e32cd49e7ae69658c162ff59c58..7383c7a3d4922435c00cc6238dd361195d8bb931 100644
--- a/content/renderer/mus/render_widget_window_tree_client_factory.cc
+++ b/content/renderer/mus/render_widget_window_tree_client_factory.cc
@@ -38,7 +38,7 @@ class RenderWidgetWindowTreeClientFactoryImpl
private:
// MojoShellConnection::Listener implementation:
bool AcceptConnection(mojo::Connection* connection) override {
- connection->AddService<mojom::RenderWidgetWindowTreeClientFactory>(this);
+ connection->AddInterface<mojom::RenderWidgetWindowTreeClientFactory>(this);
return true;
}
« no previous file with comments | « content/public/test/test_mojo_app.cc ('k') | device/devices_app/devices_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698