| 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 efa3771bf832f3633e0efcdc437fd3a7ad04aac3..e2c2e4590eda56cbfa33e7405cb7f6bde0b986ef 100644
|
| --- a/chrome/browser/search/local_ntp_source.h
|
| +++ b/chrome/browser/search/local_ntp_source.h
|
| @@ -29,7 +29,7 @@ class LocalNtpSource : public content::URLDataSource {
|
| const content::URLDataSource::GotDataCallback& callback) override;
|
| std::string GetMimeType(const std::string& path) const override;
|
| bool ShouldServiceRequest(const net::URLRequest* request) const override;
|
| - std::string GetContentSecurityPolicyFrameSrc() const override;
|
| + std::string GetContentSecurityPolicyChildSrc() const override;
|
|
|
| Profile* profile_;
|
|
|
|
|