| Index: ui/base/webui/web_ui_util.h
|
| diff --git a/ui/base/webui/web_ui_util.h b/ui/base/webui/web_ui_util.h
|
| index 85f5fd900439d9fdbb9c3831a30a6639787a4f85..b8b983b6ee43bbe94b56ba2249a4d4208ef0f880 100644
|
| --- a/ui/base/webui/web_ui_util.h
|
| +++ b/ui/base/webui/web_ui_util.h
|
| @@ -50,6 +50,11 @@ UI_BASE_EXPORT void ParsePathAndScale(const GURL& url,
|
| UI_BASE_EXPORT void SetFontAndTextDirection(
|
| base::DictionaryValue* localized_strings);
|
|
|
| +// Replaces IDS_WEB_FONT_FAMILY and IDS_WEB_FONT_SIZE with their effective
|
| +// equivalents for the current locale and platform.
|
| +UI_BASE_EXPORT std::string ReplaceFontFamilyAndSize(
|
| + const std::string& html_page);
|
| +
|
| } // namespace webui
|
|
|
| #endif // UI_BASE_WEBUI_WEB_UI_UTIL_H_
|
|
|