Index: chrome/browser/ui/webui/web_ui_util.h |
=================================================================== |
--- chrome/browser/ui/webui/web_ui_util.h (revision 176942) |
+++ chrome/browser/ui/webui/web_ui_util.h (working copy) |
@@ -48,6 +48,10 @@ |
std::string* path, |
ui::ScaleFactor* scale_factor); |
+// Helper function to set the font family, size, and text direction into the |
+// given dictionary. |
+void SetFontAndTextDirection(base::DictionaryValue* localized_strings); |
+ |
} // namespace web_ui_util |
#endif // CHROME_BROWSER_UI_WEBUI_WEB_UI_UTIL_H_ |