mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 126.0.6478.0 (#1300313)
This commit is contained in:
@ -466,16 +466,16 @@ class CefURLDataSource : public content::URLDataSource {
|
||||
bool handled = false;
|
||||
switch (host_id_) {
|
||||
case CHROME_EXTENSIONS_SUPPORT:
|
||||
handled = OnExtensionsSupportUI(&mime_type_, &output_->data());
|
||||
handled = OnExtensionsSupportUI(&mime_type_, &output_->as_string());
|
||||
break;
|
||||
case CHROME_LICENSE:
|
||||
handled = OnLicenseUI(&mime_type_, &output_->data());
|
||||
handled = OnLicenseUI(&mime_type_, &output_->as_string());
|
||||
break;
|
||||
case CHROME_VERSION:
|
||||
handled = OnVersionUI(profile_, &mime_type_, &output_->data());
|
||||
handled = OnVersionUI(profile_, &mime_type_, &output_->as_string());
|
||||
break;
|
||||
case CHROME_WEBUI_HOSTS:
|
||||
handled = OnWebUIHostsUI(&mime_type_, &output_->data());
|
||||
handled = OnWebUIHostsUI(&mime_type_, &output_->as_string());
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
Reference in New Issue
Block a user