$OpenBSD: patch-chrome_browser_storage_monitor_storage_monitor_cc,v 1.3 2014/01/18 11:42:04 robert Exp $
--- chrome/browser/storage_monitor/storage_monitor.cc.orig.port	Mon Jan 13 22:00:12 2014
+++ chrome/browser/storage_monitor/storage_monitor.cc	Thu Jan 16 12:26:42 2014
@@ -63,6 +63,7 @@ std::vector<StorageInfo> StorageMonitor::GetAllAvailab
 
 void StorageMonitor::EnsureInitialized(base::Closure callback) {
   DCHECK(thread_checker_.CalledOnValidThread());
+#if !defined(OS_BSD)
   if (initialized_) {
     if (!callback.is_null())
       callback.Run();
@@ -78,6 +79,7 @@ void StorageMonitor::EnsureInitialized(base::Closure c
 
   initializing_ = true;
   Init();
+#endif
 }
 
 bool StorageMonitor::IsInitialized() const {
