mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 91.0.4472.0 (#870763)
This commit is contained in:
@@ -359,7 +359,7 @@ bool CefWindowView::CanMaximize() const {
|
||||
return cef_delegate()->CanMaximize(GetCefWindow());
|
||||
}
|
||||
|
||||
base::string16 CefWindowView::GetWindowTitle() const {
|
||||
std::u16string CefWindowView::GetWindowTitle() const {
|
||||
return title_;
|
||||
}
|
||||
|
||||
@@ -471,7 +471,7 @@ display::Display CefWindowView::GetDisplay() const {
|
||||
return display::Display();
|
||||
}
|
||||
|
||||
void CefWindowView::SetTitle(const base::string16& title) {
|
||||
void CefWindowView::SetTitle(const std::u16string& title) {
|
||||
title_ = title;
|
||||
views::Widget* widget = GetWidget();
|
||||
if (widget)
|
||||
|
Reference in New Issue
Block a user