| 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 c774af98f9c24e57db66e4640396aac0d5257d0c..dc2483995fb6678a145e2c2ede4270bf57143762 100644
|
| --- a/ui/base/webui/web_ui_util.h
|
| +++ b/ui/base/webui/web_ui_util.h
|
| @@ -50,9 +50,17 @@ UI_BASE_EXPORT void SetLoadTimeDataDefaults(
|
| const std::string& app_locale,
|
| base::DictionaryValue* localized_strings);
|
|
|
| +// Get a CSS declaration for common text styles using provided template.
|
| +UI_BASE_EXPORT std::string GetWebUiCssTextDefaults(
|
| + const std::string& css_template);
|
| +
|
| // Get a CSS declaration for common text styles for all of Web UI.
|
| UI_BASE_EXPORT std::string GetWebUiCssTextDefaults();
|
|
|
| +// Get a CSS declaration for common text styles for Web UI using
|
| +// Material Design.
|
| +UI_BASE_EXPORT std::string GetWebUiCssTextDefaultsMd();
|
| +
|
| // Appends the CSS declaration returned by GetWebUiCssTextDefaults() as an
|
| // inline stylesheet.
|
| UI_BASE_EXPORT void AppendWebUiCssTextDefaults(std::string* html);
|
|
|