Commit 24df1c41 authored by dschuff@chromium.org's avatar dschuff@chromium.org

Bump kMinPnaclVersion to 13367

There's an addition to the PNaCl ABI in M37 (which will ship 13367), so
require this version to avoid translation failures.

R=jvoung@chromium.org
BUG=None

Review URL: https://codereview.chromium.org/342193002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278506 0039d316-1c4b-4281-b951-d872f2087c98
parent f71100be
...@@ -65,7 +65,7 @@ void SetPnaclHash(CrxComponent* component) { ...@@ -65,7 +65,7 @@ void SetPnaclHash(CrxComponent* component) {
// If we don't have Pnacl installed, this is the version we claim. // If we don't have Pnacl installed, this is the version we claim.
const char kNullVersion[] = "0.0.0.0"; const char kNullVersion[] = "0.0.0.0";
const char kMinPnaclVersion[] = "0.1.0.13154"; const char kMinPnaclVersion[] = "0.1.0.13367";
// Initially say that we do not need OnDemand updates. This should be // Initially say that we do not need OnDemand updates. This should be
// updated by CheckVersionCompatiblity(), before doing any URLRequests // updated by CheckVersionCompatiblity(), before doing any URLRequests
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment