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