aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components__storage_monitor__storage_monitor.cc
blob: 514f70e416e3a10a67cfd6327b3a77223eea2e38 (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-10-10 09:15:31 UTC
+++ components/storage_monitor/storage_monitor.cc
@@ -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 {