| Index: chrome/browser/ui/webui/fallback_icon_source.h
|
| diff --git a/chrome/browser/ui/webui/fallback_icon_source.h b/chrome/browser/ui/webui/fallback_icon_source.h
|
| index a6cf59c6c0c18a98d009b010f891479474f26e7d..381521bec8ceedab7a3d22c1c8737a21a2d56b9e 100644
|
| --- a/chrome/browser/ui/webui/fallback_icon_source.h
|
| +++ b/chrome/browser/ui/webui/fallback_icon_source.h
|
| @@ -66,6 +66,7 @@ class FallbackIconSource : 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;
|
| bool ShouldReplaceExistingSource() const override;
|
| bool ShouldServiceRequest(const net::URLRequest* request) const override;
|
|
|
|
|