blob: 90c50221b3dcaacb2c297963a2c0b4dc1c645df2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./chrome/browser/browser_process_impl.cc.orig 2014-08-12 21:01:48.000000000 +0200
+++ ./chrome/browser/browser_process_impl.cc 2014-08-13 09:56:56.000000000 +0200
@@ -239,7 +239,7 @@
ExtensionRendererState::GetInstance()->Shutdown();
-#if !defined(OS_ANDROID) && !defined(OS_IOS)
+#if !defined(OS_ANDROID) && !defined(OS_IOS) && !defined(OS_BSD)
media_file_system_registry_.reset();
// Remove the global instance of the Storage Monitor now. Otherwise the
// FILE thread would be gone when we try to release it in the dtor and
|