| 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 4d918991a80114798958f78334ab9cfb30d767f4..4a546a9e0e6884f2f0531437d26d80c9598e6a72 100644
|
| --- a/chrome/renderer/pepper/ppb_nacl_private_impl.cc
|
| +++ b/chrome/renderer/pepper/ppb_nacl_private_impl.cc
|
| @@ -313,7 +313,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,
|
|
|