Chromium Code Reviews| Index: mojo/shell/shell.h |
| diff --git a/mojo/shell/shell.h b/mojo/shell/shell.h |
| index ca5e211b8596f31d964b96735166ecdd0db1c63c..f3ac094da12e6f219fbb6795f0b59646c9134111 100644 |
| --- a/mojo/shell/shell.h |
| +++ b/mojo/shell/shell.h |
| @@ -178,6 +178,7 @@ class Shell : public ShellClient { |
| scoped_ptr<Loader> default_loader_; |
| IdentityToInstanceMap identity_to_instance_; |
| + std::set<std::string> singletons_; |
|
sky
2016/03/16 15:24:01
Add a description of this.
|
| IdentityToShellClientFactoryMap shell_client_factories_; |
| // Counter used to assign ids to client factories. |