aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_profiles_profile__impl__io__data.cc
blob: eaee8d6ff23d95923b4d7974531ed7e36226b005 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/profiles/profile_impl_io_data.cc.orig	2017-06-05 19:03:02 UTC
+++ chrome/browser/profiles/profile_impl_io_data.cc
@@ -100,7 +100,7 @@ net::BackendType ChooseCacheBackendType() {
   }
 #endif  // #if !defined(OS_ANDROID)
 
-#if defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
   return net::CACHE_BACKEND_SIMPLE;
 #else
   return net::CACHE_BACKEND_BLOCKFILE;