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 ecf653a8744a3fc819448206d189a2e0dfcb4571..e5554052b203fff4a9375918c4fe19d2303254fe 100644 |
--- a/chrome/renderer/pepper/ppb_nacl_private_impl.cc |
+++ b/chrome/renderer/pepper/ppb_nacl_private_impl.cc |
@@ -294,7 +294,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, |