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

Unified Diff: native_client_sdk/src/doc/faq.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 1. 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/faq.rst
diff --git a/native_client_sdk/src/doc/faq.rst b/native_client_sdk/src/doc/faq.rst
index df03eccffd5322951b0df0a7cee23ae4f5936ad6..099ce6cdd74b33fb993d61da25a6ddf2a1af918c 100644
--- a/native_client_sdk/src/doc/faq.rst
+++ b/native_client_sdk/src/doc/faq.rst
@@ -513,11 +513,13 @@ My ``.pexe`` isn't loading, help!
---------------------------------
* You must use Google Chrome version 31 or greater for Portable Native
- Client. Make sure you have Portable Native Client installed in
- ``about:nacl``; if not open ``about:components`` and "Check for
- update" for PNaCl.
-* PNaCl ``.pexe`` must be compiled with pepper_31 SDK or higher (earlier
- SDK versions had experimental support for PNaCl, now deprecated).
+ Client. Please `upgrade now <http://www.google.com/chrome/>`_ if you are
+ not. If you're already using a recent version, open ``about:components`` and
+ "Check for update" for PNaCl. Find your version of chrome by openning
+ ``about:chrome``.
+* A PNaCl ``.pexe`` must be compiled with pepper_31 SDK or higher. :ref:`Update
+ your bundles <updating-bundles>` and make sure you're using a version of
+ Chrome that matches the SDK version.
* Your application can verify that Portable Native Client is supported
in JavaScript with ``navigator.mimeTypes['application/x-pnacl'] !==
undefined``. This is preferred over checking the Chrome version.

Powered by Google App Engine
This is Rietveld 408576698