| Index: content/public/common/renderer_preferences.h
|
| diff --git a/content/public/common/renderer_preferences.h b/content/public/common/renderer_preferences.h
|
| index add9cab0130434e2edfd429668c11379203eb7c8..d32e93c5343318bf0461f452056653988c2f736e 100644
|
| --- a/content/public/common/renderer_preferences.h
|
| +++ b/content/public/common/renderer_preferences.h
|
| @@ -139,6 +139,10 @@ struct CONTENT_EXPORT RendererPreferences {
|
| // Country iso of the mobile network for content detection purpose.
|
| std::string network_contry_iso;
|
|
|
| +#if defined(OS_LINUX)
|
| + std::string system_font_family_name;
|
| +#endif
|
| +
|
| #if defined(OS_WIN)
|
| // The default system font settings for caption, small caption, menu and
|
| // status messages. Used only by Windows.
|
|
|