| Index: chrome/common/chrome_content_client.cc
|
| diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc
|
| index 77a54fa624a63fed57a86634261f277eefe3e202..1eb9c1016155fa51a8c1402424c69589b0cb5d0e 100644
|
| --- a/chrome/common/chrome_content_client.cc
|
| +++ b/chrome/common/chrome_content_client.cc
|
| @@ -170,8 +170,7 @@ void ComputeBuiltInPlugins(std::vector<content::PepperPluginInfo>* plugins) {
|
| kNaClPluginExtension,
|
| kNaClPluginDescription);
|
| nacl.mime_types.push_back(nacl_mime_type);
|
| - if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kDisablePnacl)) {
|
| + if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnablePnacl)) {
|
| content::WebPluginMimeType pnacl_mime_type(kPnaclPluginMimeType,
|
| kPnaclPluginExtension,
|
| kPnaclPluginDescription);
|
|
|