Index: chrome/renderer/pepper/ppb_nacl_private_impl.cc |
diff --git a/chrome/renderer/pepper/ppb_nacl_private_impl.cc b/chrome/renderer/pepper/ppb_nacl_private_impl.cc |
index 6724329a5fbac1289041753870c49b14eb1ed77d..00a3b2cb61990f7b32f68acfc9f3db54aa87c802 100644 |
--- a/chrome/renderer/pepper/ppb_nacl_private_impl.cc |
+++ b/chrome/renderer/pepper/ppb_nacl_private_impl.cc |
@@ -306,7 +306,7 @@ PP_Bool IsOffTheRecord() { |
PP_Bool IsPnaclEnabled() { |
return PP_FromBool( |
- CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnablePnacl)); |
+ !CommandLine::ForCurrentProcess()->HasSwitch(switches::kDisablePnacl)); |
} |
PP_ExternalPluginResult ReportNaClError(PP_Instance instance, |