| Index: chrome/browser/search/local_ntp_source.cc
|
| diff --git a/chrome/browser/search/local_ntp_source.cc b/chrome/browser/search/local_ntp_source.cc
|
| index d59bd26afb0222f1da1b8e3d5c59e8354f65255e..d380865b3ddb9954986b338f4eb4032559c6c4ed 100644
|
| --- a/chrome/browser/search/local_ntp_source.cc
|
| +++ b/chrome/browser/search/local_ntp_source.cc
|
| @@ -270,8 +270,8 @@ bool LocalNtpSource::ShouldServiceRequest(
|
| return false;
|
| }
|
|
|
| -std::string LocalNtpSource::GetContentSecurityPolicyFrameSrc() const {
|
| +std::string LocalNtpSource::GetContentSecurityPolicyChildSrc() const {
|
| // Allow embedding of most visited iframes.
|
| - return base::StringPrintf("frame-src %s;",
|
| + return base::StringPrintf("child-src %s;",
|
| chrome::kChromeSearchMostVisitedUrl);
|
| }
|
|
|