Update to Chromium version 106.0.5249.0 (#1036826)

This commit is contained in:
Marshall Greenblatt
2022-08-22 21:37:40 -04:00
parent 6d71f5ffd7
commit 7659dd60ba
84 changed files with 694 additions and 473 deletions

View File

@@ -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; }