mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 106.0.5249.0 (#1036826)
This commit is contained in:
@@ -488,9 +488,7 @@ class CefURLDataSource : public content::URLDataSource {
|
||||
std::move(callback).Run(output_);
|
||||
}
|
||||
|
||||
std::string GetMimeType(const std::string& path) override {
|
||||
return mime_type_;
|
||||
}
|
||||
std::string GetMimeType(const GURL& url) override { return mime_type_; }
|
||||
|
||||
bool AllowCaching() override { return false; }
|
||||
|
||||
|
Reference in New Issue
Block a user