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

Side by Side 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_NACL_COMMON_NACL_CONSTANTS_H_ 5 #ifndef COMPONENTS_NACL_COMMON_NACL_CONSTANTS_H_
6 #define COMPONENTS_NACL_COMMON_NACL_CONSTANTS_H_ 6 #define COMPONENTS_NACL_COMMON_NACL_CONSTANTS_H_
7 7
8 #include "base/files/file_path.h" 8 #include "base/files/file_path.h"
9 9
10 namespace nacl { 10 namespace nacl {
11 11
12 extern const char kNaClPluginName[]; 12 extern const char kNaClPluginName[];
13 extern const char kNaClPluginMimeType[]; 13 extern const char kNaClPluginMimeType[];
14 extern const char kNaClPluginExtension[]; 14 extern const char kNaClPluginExtension[];
15 extern const char kNaClPluginDescription[]; 15 extern const char kNaClPluginDescription[];
16 16
17 extern const char kPnaclPluginMimeType[]; 17 extern const char kPnaclPluginMimeType[];
18 extern const char kPnaclPluginExtension[]; 18 extern const char kPnaclPluginExtension[];
19 extern const char kPnaclPluginDescription[]; 19 extern const char kPnaclPluginDescription[];
20 20
21 extern const base::FilePath::CharType kInternalNaClPluginFileName[]; 21 extern const base::FilePath::CharType kInternalNaClPluginFileName[];
22 22
23 extern const char kNaClBrokerServiceName[];
24 extern const char kNaClLoaderServiceName[];
25
23 } // namespace nacl 26 } // namespace nacl
24 27
25 #endif // COMPONENTS_NACL_COMMON_NACL_CONSTANTS_H_ 28 #endif // COMPONENTS_NACL_COMMON_NACL_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698