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

Unified Diff: services/shell/public/cpp/lib/connection_impl.h

Issue 2079943002: Change RenderFrame to use InterfaceRegistry et al. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a2
Patch Set: . Created 4 years, 6 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/public/cpp/lib/callback_binder.cc ('k') | services/shell/public/cpp/lib/connection_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/lib/connection_impl.h
diff --git a/services/shell/public/cpp/lib/connection_impl.h b/services/shell/public/cpp/lib/connection_impl.h
index d8990f3ffadbf40d510807df255b40434ef9f141..95a7b8432d84faa6fb1c741b2052969487cd7f41 100644
--- a/services/shell/public/cpp/lib/connection_impl.h
+++ b/services/shell/public/cpp/lib/connection_impl.h
@@ -54,7 +54,7 @@ class ConnectionImpl : public Connection {
bool AllowsInterface(const std::string& interface_name) const override;
mojom::InterfaceProvider* GetRemoteInterfaceProvider() override;
InterfaceRegistry* GetInterfaceRegistry() override;
- RemoteInterfaceRegistry* GetRemoteInterfaceRegistry() override;
+ InterfaceProvider* GetRemoteInterfaces() override;
base::WeakPtr<Connection> GetWeakPtr() override;
void OnConnectionCompleted(shell::mojom::ConnectResult result,
@@ -70,7 +70,7 @@ class ConnectionImpl : public Connection {
std::vector<base::Closure> connection_completed_callbacks_;
InterfaceRegistry interfaces_;
- RemoteInterfaceRegistry remote_interfaces_;
+ InterfaceProvider remote_interfaces_;
const CapabilityRequest capability_request_;
const bool allow_all_interfaces_;
« no previous file with comments | « services/shell/public/cpp/lib/callback_binder.cc ('k') | services/shell/public/cpp/lib/connection_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698