Home | History | Annotate | Download | only in common

Lines Matching defs:nacl

27 #include "components/nacl/common/nacl_process_type.h"
48 #include "components/nacl/common/nacl_sandbox_type_mac.h"
72 const char kNaClPluginMimeType[] = "application/x-nacl";
175 // from the Chrome Web Store to use NaCl even if the command line switch
176 // isn't set. For other uses of NaCl we check for the command line switch.
182 content::PepperPluginInfo nacl;
183 nacl.path = path;
184 nacl.name = ChromeContentClient::kNaClPluginName;
188 nacl.mime_types.push_back(nacl_mime_type);
194 nacl.mime_types.push_back(pnacl_mime_type);
196 nacl.permissions = kNaClPluginPermissions;
197 plugins->push_back(nacl);
222 // TODO(vrk): Remove this when NaCl effects plugin replaces the ppapi effects