aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_update__client_update__query__params.cc
blob: 6f242082134f62c12a37a19557c7969ad85023b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/update_client/update_query_params.cc.orig	2016-05-11 19:02:20 UTC
+++ components/update_client/update_query_params.cc
@@ -31,6 +31,8 @@ const char kOs[] =
     "linux";
 #elif defined(OS_OPENBSD)
     "openbsd";
+#elif defined(OS_FREEBSD)
+    "freebsd";
 #else
 #error "unknown os"
 #endif