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

Unified Diff: mojo/services/catalog/factory.h

Issue 1846953004: Reader (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@60subdir
Patch Set: . Created 4 years, 8 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 | « mojo/services/catalog/BUILD.gn ('k') | mojo/services/catalog/factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/catalog/factory.h
diff --git a/mojo/services/catalog/factory.h b/mojo/services/catalog/factory.h
index 758d9da8e81ddf7cccf8d7a7c3e56c47a32f5438..3e2a563e924deb72e07df7bb9aec56479730c1e7 100644
--- a/mojo/services/catalog/factory.h
+++ b/mojo/services/catalog/factory.h
@@ -30,6 +30,7 @@ class ShellConnection;
namespace catalog {
class Catalog;
+class Reader;
class Store;
// Creates and owns an instance of the catalog. Exposes a ShellClientPtr that
@@ -71,6 +72,7 @@ class Factory
std::map<std::string, scoped_ptr<Catalog>> catalogs_;
+ scoped_ptr<Reader> system_reader_;
EntryCache system_catalog_;
base::WeakPtrFactory<Factory> weak_factory_;
« no previous file with comments | « mojo/services/catalog/BUILD.gn ('k') | mojo/services/catalog/factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698