aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_policy_policy__prefs__browsertest.cc
blob: 1b61eb9a63827e2818d5f5f4c1afe3b2d64fdf3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/policy/policy_prefs_browsertest.cc.orig	2017-04-19 19:06:29 UTC
+++ chrome/browser/policy/policy_prefs_browsertest.cc
@@ -180,6 +180,8 @@ class PolicyTestCase {
     const std::string os("chromeos");
 #elif defined(OS_LINUX)
     const std::string os("linux");
+#elif defined(OS_FREEBSD)
+    const std::string os("freebsd");
 #else
 #error "Unknown platform"
 #endif