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: services/shell/public/cpp/connection.h

Issue 2096643002: Eliminate MojoApplicationHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mah3
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 | « content/utility/utility_thread_impl.cc ('k') | services/shell/public/cpp/connector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/connection.h
diff --git a/services/shell/public/cpp/connection.h b/services/shell/public/cpp/connection.h
index bcab49e19f4d2589bccaea4a064e2ec4a9ce1d50..4fa211ea608f20977f49127f7da6ee822f9e8f32 100644
--- a/services/shell/public/cpp/connection.h
+++ b/services/shell/public/cpp/connection.h
@@ -144,7 +144,6 @@ class Connection {
// Returns a raw pointer to the InterfaceProvider at the remote end.
virtual mojom::InterfaceProvider* GetRemoteInterfaceProvider() = 0;
- protected:
// Returns the InterfaceRegistry that implements the mojom::InterfaceProvider
// exposed to the remote application.
virtual InterfaceRegistry* GetInterfaceRegistry() = 0;
@@ -152,6 +151,7 @@ class Connection {
// Returns an object encapsulating a remote InterfaceProvider.
virtual InterfaceProvider* GetRemoteInterfaces() = 0;
+ protected:
virtual base::WeakPtr<Connection> GetWeakPtr() = 0;
};
« no previous file with comments | « content/utility/utility_thread_impl.cc ('k') | services/shell/public/cpp/connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698