aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_browser_devtools_protocol_system__info__handler.cc
blob: 3751c782527d92b762df668274de2cd4e663b8e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/browser/devtools/protocol/system_info_handler.cc.orig	2019-12-16 21:51:26 UTC
+++ content/browser/devtools/protocol/system_info_handler.cc
@@ -48,7 +48,7 @@ std::unique_ptr<SystemInfo::Size> GfxSizeToSystemInfoS
 // Give the GPU process a few seconds to provide GPU info.
 // Linux Debug builds need more time -- see Issue 796437.
 // Windows builds need more time -- see Issue 873112 and 1004472.
-#if (defined(OS_LINUX) && !defined(NDEBUG))
+#if ((defined(OS_LINUX) || defined(OS_BSD)) && !defined(NDEBUG))
 const int kGPUInfoWatchdogTimeoutMs = 20000;
 #elif defined(OS_WIN)
 const int kGPUInfoWatchdogTimeoutMs = 30000;