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

Unified Diff: mojo/services/catalog/store.cc

Issue 1821383002: Moves manifest parsing to a new class, Reader. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@60catref
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/services/catalog/store.cc
diff --git a/mojo/services/catalog/store.cc b/mojo/services/catalog/store.cc
index c48aa722287504cf4f20284de1e852377d157baf..6c1a6d6ec70a3f931c631724cd603e9ccb43e493 100644
--- a/mojo/services/catalog/store.cc
+++ b/mojo/services/catalog/store.cc
@@ -24,5 +24,7 @@ const char Store::kCapabilities_RequiredKey[] = "required";
const char Store::kCapabilities_ClassesKey[] = "classes";
// static
const char Store::kCapabilities_InterfacesKey[] = "interfaces";
+// static
+const char Store::kApplicationsKey[] = "applications";
} // namespace catalog

Powered by Google App Engine
This is Rietveld 408576698