commit | e3bc902fc899ba677f5cb8eeefd48da06b4db3c0 | [log] [tgz] |
---|---|---|
author | ben <[email protected]> | Wed Feb 10 17:38:24 2016 |
committer | Commit bot <[email protected]> | Wed Feb 10 17:42:11 2016 |
tree | 98a4d9fa00182e128c83e2059bdb3bbd2e2f3cc2 | |
parent | 7e5601748339cbe7943b0c0ec1f8333415e1d431 [diff] [blame] |
Rename ConnectToService to ConnectToInterface() [email protected] BUG= Review URL: https://codereview.chromium.org/1687693002 Cr-Commit-Position: refs/heads/master@{#374677}
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h index c161925..7366de2 100644 --- a/content/renderer/render_frame_impl.h +++ b/content/renderer/render_frame_impl.h
@@ -961,7 +961,7 @@ // Connect to an interface provided by the service registry. template <typename Interface> - void ConnectToService(mojo::InterfaceRequest<Interface> request); + void GetInterface(mojo::InterfaceRequest<Interface> request); // Connects to a Mojo application and returns a proxy to its exposed // ServiceProvider.