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

Unified Diff: services/catalog/store.h

Issue 2684433003: Files required by a service now listed in manifest. (Closed)
Patch Set: Synced + addressed comment from @rockot Created 3 years, 10 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: services/catalog/store.h
diff --git a/services/catalog/store.h b/services/catalog/store.h
index 9728a745637e1ae59dfbd6bf33a7511eb476807a..752c38d8d76e8650f79585b0ed40ec586190cdfd 100644
--- a/services/catalog/store.h
+++ b/services/catalog/store.h
@@ -23,6 +23,16 @@ class Store {
static const char kInterfaceProviderSpecs_RequiresKey[];
// Value is a list.
static const char kServicesKey[];
+ // Value is a dictionary.
+ static const char kRequiredFilesKey[];
+ // Value is a string.
+ static const char kRequiredFilesKey_PathKey[];
+ // Value is a string.
+ static const char kRequiredFilesKey_PlatformKey[];
+ static const char kRequiredFilesKey_PlatformValue_Windows[];
+ static const char kRequiredFilesKey_PlatformValue_Linux[];
+ static const char kRequiredFilesKey_PlatformValue_MacOSX[];
+ static const char kRequiredFilesKey_PlatformValue_Android[];
};
} // namespace catalog

Powered by Google App Engine
This is Rietveld 408576698