aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_plugins_plugins__resource__service.cc
blob: c876b478b8b95cf5bad0f66ac89649832e6a32cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/plugins/plugins_resource_service.cc.orig	2016-04-08 16:02:07 UTC
+++ chrome/browser/plugins/plugins_resource_service.cc
@@ -31,7 +31,7 @@ GURL GetPluginsServerURL() {
   std::string filename;
 #if defined(OS_WIN)
   filename = "plugins_win.json";
-#elif defined(OS_LINUX)
+#elif defined(OS_LINUX) || defined(OS_BSD)
   filename = "plugins_linux.json";
 #elif defined(OS_MACOSX)
   filename = "plugins_mac.json";