$OpenBSD: patch-chrome_browser_extensions_api_system_info_storage_system_info_storage_api_cc,v 1.2 2013/04/03 08:19:10 robert Exp $
--- chrome/browser/extensions/api/system_info_storage/system_info_storage_api.cc.orig.port	Fri Mar 22 02:13:52 2013
+++ chrome/browser/extensions/api/system_info_storage/system_info_storage_api.cc	Tue Apr  2 21:05:17 2013
@@ -14,10 +14,14 @@ SystemInfoStorageGetFunction::~SystemInfoStorageGetFun
 }
 
 bool SystemInfoStorageGetFunction::RunImpl() {
+#if defined(OS_BSD)
+  return false;
+#else
   StorageInfoProvider::Get()->StartQueryInfo(
       base::Bind(&SystemInfoStorageGetFunction::OnGetStorageInfoCompleted,
                  this));
   return true;
+#endif
 }
 
 void SystemInfoStorageGetFunction::OnGetStorageInfoCompleted(
