| Index: ui/gfx/platform_font_pango.h
|
| diff --git a/ui/gfx/platform_font_pango.h b/ui/gfx/platform_font_pango.h
|
| index 6a1998760ccbd3b32b637fe0dd8a3bbc5bfd496e..3c3b46af29637dc58fae706fab589df447c1969b 100644
|
| --- a/ui/gfx/platform_font_pango.h
|
| +++ b/ui/gfx/platform_font_pango.h
|
| @@ -66,10 +66,6 @@ class GFX_EXPORT PlatformFontPango : public PlatformFont {
|
| int style);
|
| virtual ~PlatformFontPango();
|
|
|
| - // Returns a Pango font description (suitable for parsing by
|
| - // pango_font_description_from_string()) for the default UI font.
|
| - static std::string GetDefaultFont();
|
| -
|
| // Initializes this object based on the passed-in details. If |typeface| is
|
| // empty, a new typeface will be loaded.
|
| void InitFromDetails(
|
|
|