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

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

Issue 2501913002: Change the NaCl loader and broker processes to use the ServiceManager. (Closed)
Patch Set: 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
Index: components/nacl/common/nacl_constants.h
diff --git a/components/nacl/common/nacl_constants.h b/components/nacl/common/nacl_constants.h
index 2b18e0e61edecfed375668b877560449f1084d9a..09df0031648f11eb92ff07ce9f3d46f033205330 100644
--- a/components/nacl/common/nacl_constants.h
+++ b/components/nacl/common/nacl_constants.h
@@ -20,6 +20,9 @@ extern const char kPnaclPluginDescription[];
extern const base::FilePath::CharType kInternalNaClPluginFileName[];
+extern const char kNaClBrokerServiceName[];
+extern const char kNaClLoaderServiceName[];
+
} // namespace nacl
#endif // COMPONENTS_NACL_COMMON_NACL_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698