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

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

Issue 2209943002: Eliminate outgoing InterfaceProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tracing
Patch Set: . Created 4 years, 4 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/interface_registry.h ('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 faed0911c3d78d7db7070337a5d888e7ef3052b0..46bfd3cb159f76e92bf802e4f2a569c73b37ed19 100644
--- a/services/shell/public/cpp/lib/connection_impl.h
+++ b/services/shell/public/cpp/lib/connection_impl.h
@@ -65,7 +65,6 @@ class ConnectionImpl : public Connection {
uint32_t GetRemoteInstanceID() const override;
void AddConnectionCompletedClosure(const base::Closure& callback) override;
bool AllowsInterface(const std::string& interface_name) const override;
- mojom::InterfaceProvider* GetRemoteInterfaceProvider() override;
InterfaceRegistry* GetInterfaceRegistry() override;
InterfaceProvider* GetRemoteInterfaces() override;
base::WeakPtr<Connection> GetWeakPtr() override;
« no previous file with comments | « services/shell/public/cpp/interface_registry.h ('k') | services/shell/public/cpp/lib/connection_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698