Chromium Code Reviews| Index: components/nacl/browser/nacl_browser.cc |
| diff --git a/components/nacl/browser/nacl_browser.cc b/components/nacl/browser/nacl_browser.cc |
| index 55b27de9c025cc1ad71c2cc8990f45f3b5f355bc..8a387b7289d4cde09b4668653dbe157682c3ad35 100644 |
| --- a/components/nacl/browser/nacl_browser.cc |
| +++ b/components/nacl/browser/nacl_browser.cc |
| @@ -148,6 +148,9 @@ NaClBrowser::NaClBrowser() |
| path_cache_(kFilePathCacheSize), |
| ok_(true), |
| weak_factory_(this) { |
| +#if defined(OS_ANDROID) |
| + validation_cache_is_enabled_ = false; |
| +#endif |
|
bbudge
2015/01/23 00:28:28
It might be a little nicer if we set this to false
sehr
2015/01/30 01:24:00
Done.
|
| } |
| void NaClBrowser::SetDelegate(NaClBrowserDelegate* delegate) { |