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

Unified Diff: services/catalog/store.cc

Issue 2338793003: services/shell: Turn on sandboxing for mojo apps.
Patch Set: . Created 4 years, 3 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 | « services/catalog/store.h ('k') | services/shell/public/interfaces/resolver.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/store.cc
diff --git a/services/catalog/store.cc b/services/catalog/store.cc
index 1dba01ee98f41377d7b6586ecf3b132d92f71472..80cc321b0520003194b632b33c4522fe7b699c83 100644
--- a/services/catalog/store.cc
+++ b/services/catalog/store.cc
@@ -27,4 +27,6 @@ const char Store::kCapabilities_InterfacesKey[] = "interfaces";
// static
const char Store::kServicesKey[] = "services";
+const char Store::kPrivilegedKey[] = "privileged";
+
} // namespace catalog
« no previous file with comments | « services/catalog/store.h ('k') | services/shell/public/interfaces/resolver.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698