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

Unified Diff: native_client_sdk/src/doc/devguide/tutorial/tutorial-part1.rst

Issue 637873003: [DOCS] Edit references to Chrome 31 and earlier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months 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/tutorial/tutorial-part1.rst
diff --git a/native_client_sdk/src/doc/devguide/tutorial/tutorial-part1.rst b/native_client_sdk/src/doc/devguide/tutorial/tutorial-part1.rst
index 46ab52e89c7defde02c36624a32f197d18a90788..126937d56735291f4e46e4a9ec2b5da1de8b069b 100644
--- a/native_client_sdk/src/doc/devguide/tutorial/tutorial-part1.rst
+++ b/native_client_sdk/src/doc/devguide/tutorial/tutorial-part1.rst
@@ -75,7 +75,7 @@ rule called ``serve`` is the easiest way to invoke it:
The SDK may consist of several "bundles", one per Chrome/Pepper version (see
:doc:`versioning information </version>`). In the sample invocation above
``pepper_$(VERSION)`` refers to the specific version you want to use. For
- example, ``pepper_31``. If you don't know which version you need, use the
+ example, ``pepper_37``. If you don't know which version you need, use the
one labeled ``(stable)`` by the ``naclsdk list`` command. See
:doc:`Download the Native Client SDK </sdk/download>` for more details.
@@ -90,10 +90,8 @@ SDK is just a convenience, not a requirement.
Step 3: Set up the Chrome browser
=================================
-PNaCl is enabled by default in Chrome version 31 and later. Please make sure
-that you have a suitable version to work through this tutorial. It's also
-important to use a Chrome version that's the same or newer than the SDK bundle
-used to build the Native Client modules.
+PNaCl is enabled by default in Chrome. You must use a version of Chrome that's
Sam Clegg 2014/10/08 17:38:01 I wouldn't say this is a must. How about "it is r
JF 2014/10/08 22:00:37 We could explain why it's recommended: older pexes
jpmedley 2014/11/05 03:56:11 Done.
jpmedley 2014/11/05 03:56:11 Done.
jpmedley 2014/11/05 03:56:11 Done.
+the same or newer than the SDK bundle used to build Native Client modules.
.. Note::
:class: note

Powered by Google App Engine
This is Rietveld 408576698