Index: chrome/browser/component_updater/pnacl/pnacl_component_installer.cc |
diff --git a/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc b/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc |
index 90b831be284a46aee85f12050f6c3d8c80e888cb..6667dc870c67873f1a53bb24fbc01b2b1431b3cd 100644 |
--- a/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc |
+++ b/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc |
@@ -66,7 +66,7 @@ void SetPnaclHash(CrxComponent* component) { |
// If we don't have Pnacl installed, this is the version we claim. |
const char kNullVersion[] = "0.0.0.0"; |
-const char kMinPnaclVersion[] = "0.1.0.14173"; |
+const char kMinPnaclVersion[] = "0.2.0.86"; |
// Initially say that we do not need OnDemand updates. This should be |
// updated by CheckVersionCompatiblity(), before doing any URLRequests |