Chromium Code Reviews| Index: native_client_sdk/src/doc/sdk/examples.rst |
| diff --git a/native_client_sdk/src/doc/sdk/examples.rst b/native_client_sdk/src/doc/sdk/examples.rst |
| index a59928a6ebbde992c80e294352fa9320c30ac3a0..1b12b12cca2ed3c853f26995174dbe53fd31f0a6 100644 |
| --- a/native_client_sdk/src/doc/sdk/examples.rst |
| +++ b/native_client_sdk/src/doc/sdk/examples.rst |
| @@ -16,26 +16,6 @@ must use Google Chrome version 35 or greater. To find out what version of Chrome |
| you're using, type ``about:chrome`` or ``about:version`` in the Chrome address |
| bar. |
| -.. _enable-native-client: |
| - |
| -Enable Native Client |
| --------------------- |
| - |
| -If you are using Chrome 31 or later, you can skip this section. To run Portable |
| -Native Client applications you must specifically enable Native Client in Chrome: |
| - |
| -#. Type ``about:flags`` in the Chrome address bar and scroll down to "Native |
| - Client". |
| - |
| - - If the link below "Native Client" says "Disable", then Native Client is |
| - already enabled and you don't need to do anything else. |
| - |
| - * If the link below "Native Client" says "Enable", click the "Enable" |
| - link. |
| - |
| -#. Scroll down to the bottom of the page, and click "Relaunch Now". All browser |
| - windows will restart when you relaunch Chrome. |
| - |
|
Sam Clegg
2014/10/08 17:38:01
I wonder its worth keeping this information around
|
| .. _build-the-sdk-examples: |
| Build the SDK examples |