Files
brave-core/patches/chrome-browser-download-download_item_model.h.patch
T

13 lines
631 B
Diff

diff --git a/chrome/browser/download/download_item_model.h b/chrome/browser/download/download_item_model.h
index 8fb5ecf3c625314b63e05c04317ae8271a3e78b3..4701f9f4ece35c6ca88613310b582a2c96e8e93f 100644
--- a/chrome/browser/download/download_item_model.h
+++ b/chrome/browser/download/download_item_model.h
@@ -140,6 +140,7 @@ class DownloadItemModel : public DownloadUIModel,
void OnDownloadDestroyed(download::DownloadItem* download) override;
private:
+ friend class BraveDownloadItemModel;
// DownloadUIModel implementation.
std::string GetMimeType() const override;
bool IsExtensionDownload() const override;