Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1297)

Unified Diff: native_client_sdk/src/doc/devguide/devcycle/running.rst

Issue 637873003: [DOCS] Edit references to Chrome 31 and earlier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback from patch set 2. Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/doc/devguide/devcycle/running.rst
diff --git a/native_client_sdk/src/doc/devguide/devcycle/running.rst b/native_client_sdk/src/doc/devguide/devcycle/running.rst
index 33944947330d92bcd001109cf99e34768da13b81..792b323b73b5a97da2376f5f4c3271fb18ee1097 100644
--- a/native_client_sdk/src/doc/devguide/devcycle/running.rst
+++ b/native_client_sdk/src/doc/devguide/devcycle/running.rst
@@ -146,8 +146,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
-``pepper_31`` 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
+``pepper_37`` 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 ``about:version`` in the Chrome address bar.
.. _cache:
@@ -364,7 +364,7 @@ extension:
* If you're using the local server included with the Native Client SDK,
simply put your application under the ``examples`` directory in the SDK
bundle you are using (e.g., in the directory
- ``pepper_31/examples/my_app``).
+ ``pepper_37/examples/my_app``).
#. Create a Chrome Web Store manifest file and one or more icons for your
application.
« no previous file with comments | « native_client_sdk/doc_generated/sitemap.html ('k') | native_client_sdk/src/doc/devguide/tutorial/tutorial-part1.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698