blob: 4a5a1405271036e71d5b648b707e02d06c2e934f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/public/common/renderer_preferences.h.orig 2017-04-19 19:06:34 UTC
+++ content/public/common/renderer_preferences.h
@@ -131,7 +131,7 @@ struct CONTENT_EXPORT RendererPreference
// Country iso of the mobile network for content detection purpose.
std::string network_contry_iso;
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
std::string system_font_family_name;
#endif
|