Index: components/dom_distiller/content/browser/dom_distiller_viewer_source.h |
diff --git a/components/dom_distiller/content/browser/dom_distiller_viewer_source.h b/components/dom_distiller/content/browser/dom_distiller_viewer_source.h |
index a4c60f226fc9aa69f641ae2b21987a980d95e3d8..782f26cd1dbf4086418ce0ad2e409181ff327886 100644 |
--- a/components/dom_distiller/content/browser/dom_distiller_viewer_source.h |
+++ b/components/dom_distiller/content/browser/dom_distiller_viewer_source.h |
@@ -42,7 +42,7 @@ class DomDistillerViewerSource : public content::URLDataSource { |
void WillServiceRequest(const net::URLRequest* request, |
std::string* path) const override; |
std::string GetContentSecurityPolicyStyleSrc() const override; |
- std::string GetContentSecurityPolicyFrameSrc() const override; |
+ std::string GetContentSecurityPolicyChildSrc() const override; |
private: |
friend class DomDistillerViewerSourceTest; |