Update to Chromium version 91.0.4472.0 (#870763)

This commit is contained in:
Marshall Greenblatt
2021-04-20 18:52:34 -04:00
parent b189c7b472
commit ae4f68f695
193 changed files with 1381 additions and 1897 deletions

View File

@ -186,7 +186,7 @@ void CefPrintDialogLinux::ShowDialog(
void CefPrintDialogLinux::PrintDocument(
const printing::MetafilePlayer& metafile,
const base::string16& document_name) {
const std::u16string& document_name) {
// This runs on the print worker thread, does not block the UI thread.
DCHECK(!CEF_CURRENTLY_ON_UIT());
@ -260,7 +260,7 @@ bool CefPrintDialogLinux::UpdateSettings(
}
void CefPrintDialogLinux::SendDocumentToPrinter(
const base::string16& document_name) {
const std::u16string& document_name) {
CEF_REQUIRE_UIT();
if (!handler_.get()) {