mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 92d77538 (#369907)
This commit is contained in:
committed by
Marshall Greenblatt
parent
d6fa9ed3e3
commit
70ab57ab23
@@ -314,8 +314,10 @@ class Delegate : public InternalHandlerDelegate {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (resource_id == IDR_WEBUI_CSS_TEXT_DEFAULTS) {
|
||||
const std::string& css = webui::GetWebUiCssTextDefaults();
|
||||
if (resource_id == IDR_WEBUI_CSS_TEXT_DEFAULTS ||
|
||||
resource_id == IDR_WEBUI_CSS_TEXT_DEFAULTS_MD) {
|
||||
const std::string& css = resource_id == IDR_WEBUI_CSS_TEXT_DEFAULTS ?
|
||||
webui::GetWebUiCssTextDefaults() : webui::GetWebUiCssTextDefaultsMd();
|
||||
DCHECK(!css.empty());
|
||||
action->mime_type = "text/css";
|
||||
action->stream = CefStreamReader::CreateForData(
|
||||
|
Reference in New Issue
Block a user