| Index: content/public/browser/url_data_source.cc
|
| diff --git a/content/public/browser/url_data_source.cc b/content/public/browser/url_data_source.cc
|
| index 6292e6545f55de4c52e063ea08641bb95345a1be..21623e7c6819d58d7a0991d1f4c2e526127a6b10 100644
|
| --- a/content/public/browser/url_data_source.cc
|
| +++ b/content/public/browser/url_data_source.cc
|
| @@ -44,8 +44,8 @@ std::string URLDataSource::GetContentSecurityPolicyObjectSrc() const {
|
| return "object-src 'none';";
|
| }
|
|
|
| -std::string URLDataSource::GetContentSecurityPolicyFrameSrc() const {
|
| - return "frame-src 'none';";
|
| +std::string URLDataSource::GetContentSecurityPolicyChildSrc() const {
|
| + return "child-src 'none';";
|
| }
|
|
|
| std::string URLDataSource::GetContentSecurityPolicyStyleSrc() const {
|
|
|