| Index: native_client_sdk/doc_generated/sdk/examples.html
|
| diff --git a/native_client_sdk/doc_generated/sdk/examples.html b/native_client_sdk/doc_generated/sdk/examples.html
|
| index fd3296e424042827b39487a24ad381c759671fa1..6c890f589c909ddb1ab2c9464685874e3ac9585b 100644
|
| --- a/native_client_sdk/doc_generated/sdk/examples.html
|
| +++ b/native_client_sdk/doc_generated/sdk/examples.html
|
| @@ -164,17 +164,16 @@ $ export CHROME_PATH=<Path to Google Chrome>
|
| </pre>
|
| </li>
|
| </ul>
|
| -<h2 id="run-the-sdk-examples-as-packaged-apps"><span id="run-sdk-examples-as-packaged"></span>Run the SDK examples as packaged apps</h2>
|
| -<p>Each example can also be launched as a packaged application. A packaged
|
| -application is a special zip file (with a .crx extension) hosted in the Chrome
|
| -Web Store. This file contains all of the application parts: A Chrome Web Store
|
| -manifest file (<code>manifest.json</code>), an icon, and all of the regular Native Client
|
| -application files. Refer to <a class="reference external" href="/apps/about_apps">What are Chrome Apps</a> for more
|
| -information about creating a packaged application.</p>
|
| +<h2 id="run-the-sdk-examples-as-chrome-apps"><span id="run-sdk-examples-as-packaged"></span>Run the SDK examples as Chrome apps</h2>
|
| +<p>Each example can also be launched as a Chrome apps. A Chrome app is a special
|
| +zip file (with a .crx extension) hosted in the Chrome Web Store. This file
|
| +contains all of the application parts: A Chrome Web Store manifest file
|
| +(<code>manifest.json</code>), an icon, and all of the regular Native Client application
|
| +files. Refer to <a class="reference external" href="/apps">What are Chrome Apps</a> for more information about
|
| +creating a Chrome app.</p>
|
| <p>Some Pepper features, such as <a class="reference external" href="pepper_stable/cpp/classpp_1_1_t_c_p_socket">TCP</a> or <a class="reference external" href="pepper_stable/cpp/classpp_1_1_u_d_p_socket">UDP</a> socket access, are only allowed
|
| -in <a class="reference external" href="/apps/about_apps">packaged applications</a>. The examples that use these
|
| -features must be run as <a class="reference external" href="/apps/about_apps">packaged applications</a>, by using
|
| -the following command:</p>
|
| +in <a class="reference external" href="/apps">Chrome apps</a>. The examples that use these features must be run as
|
| +<a class="reference external" href="/apps">Chrome apps</a>, by using the following command:</p>
|
| <pre class="prettyprint">
|
| $ make run_package
|
| </pre>
|
|
|