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:
@@ -67,7 +67,7 @@ bool CefResourceBundleDelegate::GetRawDataResource(
|
||||
|
||||
bool CefResourceBundleDelegate::GetLocalizedString(
|
||||
int message_id,
|
||||
base::string16* value) const {
|
||||
std::u16string* value) const {
|
||||
auto application = CefAppManager::Get()->GetApplication();
|
||||
if (application) {
|
||||
CefRefPtr<CefResourceBundleHandler> handler =
|
||||
|
Reference in New Issue
Block a user