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/shell_client.h

Issue 2090773003: Add ability to bind a different InterfaceRegistry/InterfaceProvider to an incoming Connection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/shell_connection.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/shell_client.h
diff --git a/services/shell/public/cpp/shell_client.h b/services/shell/public/cpp/shell_client.h
index d9513b76e108e3454d445e331cc4e8d558d6d976..ac2091a083ec051942e0afd7c0dd728eafd0bf10 100644
--- a/services/shell/public/cpp/shell_client.h
+++ b/services/shell/public/cpp/shell_client.h
@@ -35,6 +35,9 @@ class ShellClient {
const Identity& identity,
uint32_t id);
+ virtual InterfaceProvider* GetInterfaceProviderForConnection();
+ virtual InterfaceRegistry* GetInterfaceRegistryForConnection();
+
// Called when a connection to this client is brokered by the shell. Override
// to expose services to the remote application. Return true if the connection
// should succeed. Return false if the connection should be rejected and the
« no previous file with comments | « services/shell/public/cpp/lib/shell_connection.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698