Johnydep
Johnydep

Reputation: 6277

How can i enable native client in Chrome?

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

Answers (3)

Victor Mwenda
Victor Mwenda

Reputation: 1791

On Linux, Open terminal and type this command. Then click enter to execute the command.

google-chrome --enable-nacl

Upvotes: 0

Laurent Trillaud
Laurent Trillaud

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

Anirudh Ramanathan
Anirudh Ramanathan

Reputation: 46738

Run the following from the command-line

chrome.exe --enable-nacl

Refer to this

Upvotes: 3

Related Questions