Chromium Code Reviews| 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 52de35e2dc4cd641288a309836e85995a30869cb..92358ca14edb38eacd758bbe788e1d54ad2b6e52 100644 |
| --- a/chrome/renderer/pepper/ppb_nacl_private_impl.cc |
| +++ b/chrome/renderer/pepper/ppb_nacl_private_impl.cc |
| @@ -322,7 +322,7 @@ PP_Bool IsOffTheRecord() { |
| PP_Bool IsPnaclEnabled() { |
| return PP_FromBool( |
| - CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnablePnacl)); |
| + !CommandLine::ForCurrentProcess()->HasSwitch(switches::kDisablePnacl)); |
|
jvoung (off chromium)
2013/07/18 17:01:00
Couple of JS console debug messages get printed:
sehr
2013/07/22 23:06:50
Thanks. I didn't do an expansive enough search.
|
| } |
| PP_NaClResult ReportNaClError(PP_Instance instance, |