Question

I want to enable native client support in chrome.
I went to about:flags and enabled it but it is still not working.

Was it helpful?

Solution

Run the following from the command-line

chrome.exe --enable-nacl

Refer to this

OTHER TIPS

The page about:flags or better chrome://flags should works.

Search enable-nacl and click on the enable link Go at the end of this page and don't forget to click on relaunch now

But don't activate enable-nacl-debug until you know how to launch the debugger. In this case your nacl module will wait debugger forever.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top