| Index: chrome/browser/search/local_ntp_source.h
|
| diff --git a/chrome/browser/search/local_ntp_source.h b/chrome/browser/search/local_ntp_source.h
|
| index 1456677e79cc7e3454b618e15e827d8663a61896..24d81dc9c55fbdc15eea2a785108e1968c35c295 100644
|
| --- a/chrome/browser/search/local_ntp_source.h
|
| +++ b/chrome/browser/search/local_ntp_source.h
|
| @@ -27,6 +27,7 @@ class LocalNtpSource : public content::URLDataSource {
|
| const content::ResourceRequestInfo::WebContentsGetter& wc_getter,
|
| const content::URLDataSource::GotDataCallback& callback) override;
|
| std::string GetMimeType(const std::string& path) const override;
|
| + bool AllowCaching() const override;
|
| bool ShouldServiceRequest(const net::URLRequest* request) const override;
|
| std::string GetContentSecurityPolicyChildSrc() const override;
|
|
|
|
|