Index: content/browser/webui/web_ui_data_source_impl.h |
diff --git a/content/browser/webui/web_ui_data_source_impl.h b/content/browser/webui/web_ui_data_source_impl.h |
index 811007a0291d9298ae29155a632645d646cfdba9..2cc738cfd25e23e5cb0e466cd04bf74faf8c0cbe 100644 |
--- a/content/browser/webui/web_ui_data_source_impl.h |
+++ b/content/browser/webui/web_ui_data_source_impl.h |
@@ -42,7 +42,7 @@ class CONTENT_EXPORT WebUIDataSourceImpl |
void DisableReplaceExistingSource() override; |
void DisableContentSecurityPolicy() override; |
void OverrideContentSecurityPolicyObjectSrc(const std::string& data) override; |
- void OverrideContentSecurityPolicyFrameSrc(const std::string& data) override; |
+ void OverrideContentSecurityPolicyChildSrc(const std::string& data) override; |
void DisableDenyXFrameOptions() override; |
protected: |