Reputation: 6277
I want to enable native client support in chrome.
I went to about:flags and enabled it but it is still not working.
Upvotes: 1
Views: 12742
Reputation: 1791
On Linux, Open terminal and type this command. Then click enter to execute the command.
google-chrome --enable-nacl
Upvotes: 0
Reputation: 363
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.
Upvotes: 3
Reputation: 46738
Run the following from the command-line
chrome.exe --enable-nacl
Refer to this
Upvotes: 3