aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components__storage_monitor__storage_monitor.cc
blob: 88606c6de649ca79b0133ca2dfe901dd2887c689 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- ./components/storage_monitor/storage_monitor.cc.orig	2014-08-12 21:02:37.000000000 +0200
+++ ./components/storage_monitor/storage_monitor.cc	2014-08-13 09:56:57.000000000 +0200
@@ -85,6 +85,7 @@
 
 void StorageMonitor::EnsureInitialized(base::Closure callback) {
   DCHECK(thread_checker_.CalledOnValidThread());
+//#if !defined(OS_BSD) //XXX(rene) why disabled?
   if (initialized_) {
     if (!callback.is_null())
       callback.Run();
@@ -100,6 +101,7 @@
 
   initializing_ = true;
   Init();
+//#endif
 }
 
 bool StorageMonitor::IsInitialized() const {