| Index: mojo/shell/shell.h
|
| diff --git a/mojo/shell/shell.h b/mojo/shell/shell.h
|
| index ca5e211b8596f31d964b96735166ecdd0db1c63c..7128a24ff5a8c9b39979eb60522ef25906446a33 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_;
|
|
|