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..84e06f3170be5d3e336a932458efc5d5447f4f25 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); |
+// Get some common font styles for all of WebUI. |
+UI_BASE_EXPORT std::string GetFontFamily(); |
+UI_BASE_EXPORT std::string GetFontSize(); |
+UI_BASE_EXPORT std::string GetTextDirection(); |
+ |
} // namespace webui |
#endif // UI_BASE_WEBUI_WEB_UI_UTIL_H_ |