| 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 bde6f1bbbbc1465984e50a45a4004e44c9dc0611..efa20504f196449fcc1fc81e398f98b4ea1f7ef3 100644
|
| --- a/chrome/browser/search/local_ntp_source.h
|
| +++ b/chrome/browser/search/local_ntp_source.h
|
| @@ -28,6 +28,7 @@ class LocalNtpSource : public content::URLDataSource {
|
| virtual std::string GetMimeType(const std::string& path) const OVERRIDE;
|
| virtual bool ShouldServiceRequest(
|
| const net::URLRequest* request) const OVERRIDE;
|
| + virtual std::string GetContentSecurityPolicyFrameSrc() const OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(LocalNtpSource);
|
| };
|
|
|