diff options
author | jmedley <jmedley@chromium.org> | 2014-11-05 07:19:55 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-05 15:20:25 +0000 |
commit | a7749732ab1cb379dde93c32d0786914f7af0e19 (patch) | |
tree | 419a77ca5169048c7454dc8b799d13440774387b /native_client_sdk/doc_generated/devguide/devcycle/running.html | |
parent | 9c89631fce201084d5ff3266c35b2f7dde56996e (diff) | |
download | chromium_src-a7749732ab1cb379dde93c32d0786914f7af0e19.zip chromium_src-a7749732ab1cb379dde93c32d0786914f7af0e19.tar.gz chromium_src-a7749732ab1cb379dde93c32d0786914f7af0e19.tar.bz2 |
[DOCS] Edit references to Chrome 31 and earlier.
BUG=none
R=
TEST=none
NOTRY=true
(documentation only change)
Review URL: https://codereview.chromium.org/637873003
Cr-Commit-Position: refs/heads/master@{#302801}
Diffstat (limited to 'native_client_sdk/doc_generated/devguide/devcycle/running.html')
-rw-r--r-- | native_client_sdk/doc_generated/devguide/devcycle/running.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/native_client_sdk/doc_generated/devguide/devcycle/running.html b/native_client_sdk/doc_generated/devguide/devcycle/running.html index 0cae390..a03f7f9e 100644 --- a/native_client_sdk/doc_generated/devguide/devcycle/running.html +++ b/native_client_sdk/doc_generated/devguide/devcycle/running.html @@ -158,8 +158,8 @@ correct version of Chrome. Each version of Chrome supports a corresponding version of the Pepper API. You (and your users) must use a version of Chrome that is equal to or higher than the version of the Pepper API that your application uses. For example, if you compiled your application using the -<code>pepper_31</code> bundle, your application uses the Pepper 31 API, and you must run -the application in Chrome 31 or higher. To check which version of Chrome you’re +<code>pepper_37</code> bundle, your application uses the Pepper 37 API, and you must run +the application in Chrome 37 or higher. To check which version of Chrome you’re using, type <code>about:version</code> in the Chrome address bar.</p> <h3 id="chrome-cache"><span id="cache"></span>Chrome Cache</h3> <p>Chrome caches resources aggressively. You should disable Chrome’s cache whenever @@ -329,7 +329,7 @@ to the server.<ul class="small-gap"> <li>If you’re using the local server included with the Native Client SDK, simply put your application under the <code>examples</code> directory in the SDK bundle you are using (e.g., in the directory -<code>pepper_31/examples/my_app</code>).</li> +<code>pepper_37/examples/my_app</code>).</li> </ul> </li> <li>Create a Chrome Web Store manifest file and one or more icons for your |