| 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 fe1d7ddce69e7c214400588961da909b3a25882c..f1865309f227ba70c6b2c4af55a82fc670a7736f 100644
|
| --- a/chrome/renderer/pepper/ppb_nacl_private_impl.cc
|
| +++ b/chrome/renderer/pepper/ppb_nacl_private_impl.cc
|
| @@ -312,7 +312,7 @@ PP_Bool IsOffTheRecord() {
|
|
|
| PP_Bool IsPnaclEnabled() {
|
| return PP_FromBool(
|
| - CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnablePnacl));
|
| + !CommandLine::ForCurrentProcess()->HasSwitch(switches::kDisablePnacl));
|
| }
|
|
|
| PP_NaClResult ReportNaClError(PP_Instance instance,
|
|
|