summaryrefslogtreecommitdiffstats
path: root/mojo/shell/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/shell/shell.h')
-rw-r--r--mojo/shell/shell.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mojo/shell/shell.h b/mojo/shell/shell.h
index ca5e211..7128a24 100644
--- a/mojo/shell/shell.h
+++ b/mojo/shell/shell.h
@@ -179,6 +179,10 @@ class Shell : public ShellClient {
IdentityToInstanceMap identity_to_instance_;
+ // Tracks the names of instances that are allowed to field connection requests
+ // from all users.
+ std::set<std::string> singletons_;
+
IdentityToShellClientFactoryMap shell_client_factories_;
// Counter used to assign ids to client factories.
uint32_t shell_client_factory_id_counter_;