Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2058)

Unified Diff: mojo/shell/shell.h

Issue 1801133002: Restructure login (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 9 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
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.

Powered by Google App Engine
This is Rietveld 408576698