aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_storage__monitor_storage__monitor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-components_storage__monitor_storage__monitor.cc')
-rw-r--r--www/chromium/files/patch-components_storage__monitor_storage__monitor.cc18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/chromium/files/patch-components_storage__monitor_storage__monitor.cc b/www/chromium/files/patch-components_storage__monitor_storage__monitor.cc
new file mode 100644
index 000000000000..ebf18f6198ea
--- /dev/null
+++ b/www/chromium/files/patch-components_storage__monitor_storage__monitor.cc
@@ -0,0 +1,18 @@
+--- components/storage_monitor/storage_monitor.cc.orig 2016-05-11 19:02:19 UTC
++++ components/storage_monitor/storage_monitor.cc
+@@ -85,6 +85,7 @@ std::vector<StorageInfo> StorageMonitor:
+
+ 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 @@ void StorageMonitor::EnsureInitialized(b
+
+ initializing_ = true;
+ Init();
++//#endif
+ }
+
+ bool StorageMonitor::IsInitialized() const {