summaryrefslogtreecommitdiffstats
path: root/chrome/browser/nacl_host/nacl_browser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/nacl_host/nacl_browser.cc')
-rw-r--r--chrome/browser/nacl_host/nacl_browser.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/nacl_host/nacl_browser.cc b/chrome/browser/nacl_host/nacl_browser.cc
index 7e62a0a..f399680 100644
--- a/chrome/browser/nacl_host/nacl_browser.cc
+++ b/chrome/browser/nacl_host/nacl_browser.cc
@@ -22,14 +22,7 @@ const char kValidationCacheSequenceName[] = "NaClValidationCache";
const FilePath::CharType kValidationCacheFileName[] =
FILE_PATH_LITERAL("nacl_validation_cache.bin");
-#if defined(OS_CHROMEOS)
-// TODO(ncbray) enable on ChromeOS.
-// http://code.google.com/p/chromium/issues/detail?id=131218
-const bool kValidationCacheEnabledByDefault = false;
-#else
const bool kValidationCacheEnabledByDefault = true;
-#endif
-
enum ValidationCacheStatus {
CACHE_MISS = 0,