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

Unified Diff: components/nacl/common/nacl_constants.cc

Issue 2501913002: Change the NaCl loader and broker processes to use the ServiceManager. (Closed)
Patch Set: rebase Created 4 years 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 | « components/nacl/common/nacl_constants.h ('k') | components/nacl/common/nacl_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/common/nacl_constants.cc
diff --git a/components/nacl/common/nacl_constants.cc b/components/nacl/common/nacl_constants.cc
index d3a8a63dcdc7fc538e2d9f36f9974425f1c5af82..81979f2163b4a0f225eb26bac4932dce7371610f 100644
--- a/components/nacl/common/nacl_constants.cc
+++ b/components/nacl/common/nacl_constants.cc
@@ -21,4 +21,7 @@ const char kPnaclPluginDescription[] = "Portable Native Client Executable";
const base::FilePath::CharType kInternalNaClPluginFileName[] =
FILE_PATH_LITERAL("internal-nacl-plugin");
+const char kNaClBrokerServiceName[] = "nacl_broker";
+const char kNaClLoaderServiceName[] = "nacl_loader";
+
} // namespace nacl
« no previous file with comments | « components/nacl/common/nacl_constants.h ('k') | components/nacl/common/nacl_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698