| Index: chrome/browser/ui/webui/fileicon_source.h
|
| diff --git a/chrome/browser/ui/webui/fileicon_source.h b/chrome/browser/ui/webui/fileicon_source.h
|
| index e91f80e3ee380396310b7b001b6b9df4d01db618..6b404673c7c15e095300b5a7e949a61e8e5cce16 100644
|
| --- a/chrome/browser/ui/webui/fileicon_source.h
|
| +++ b/chrome/browser/ui/webui/fileicon_source.h
|
| @@ -30,6 +30,7 @@ class FileIconSource : public content::URLDataSource {
|
| const content::ResourceRequestInfo::WebContentsGetter& wc_getter,
|
| const content::URLDataSource::GotDataCallback& callback) override;
|
| std::string GetMimeType(const std::string&) const override;
|
| + bool AllowCaching() const override;
|
|
|
| protected:
|
| ~FileIconSource() override;
|
|
|