NaCl: Increase validation cache size.
commit4dc51de4e902534250357c4c7844d63c912ebc99
authornya <nya@chromium.org>
Wed, 27 May 2015 06:34:23 +0000 (26 23:34 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 27 May 2015 06:35:02 +0000 (27 06:35 +0000)
tree553250432c39773ee863dcb337da28d74c6cac62
parent6f7c6873050f8021d0667cd9c7bec47471202d98
NaCl: Increase validation cache size.

Extend NaCl validation cache since ARC is going to have ~200
DSOs soon. Memory footprint increase is very small
(32bytes/entry).

TEST=Verified validation cache miss does not occur by setting
     kValidationCacheCacheSize = 300 and launching ARC apps
TEST=Verified validation cache miss occurs by setting
     kValidationCacheCacheSize = 10 and launching ARC apps
BUG=486269

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

Cr-Commit-Position: refs/heads/master@{#331541}
components/nacl/browser/nacl_validation_cache.cc