| Index: components/dom_distiller/content/dom_distiller_viewer_source.h
|
| diff --git a/components/dom_distiller/content/dom_distiller_viewer_source.h b/components/dom_distiller/content/dom_distiller_viewer_source.h
|
| index e2b168af6570ffc8f5bf5f140f323ce2e4ab235d..eb7559bc20ae18527d94e21e3001ce05809e8cf6 100644
|
| --- a/components/dom_distiller/content/dom_distiller_viewer_source.h
|
| +++ b/components/dom_distiller/content/dom_distiller_viewer_source.h
|
| @@ -33,6 +33,7 @@ class DomDistillerViewerSource : public content::URLDataSource {
|
| const OVERRIDE;
|
| virtual void WillServiceRequest(const net::URLRequest* request,
|
| std::string* path) const OVERRIDE;
|
| + virtual std::string GetContentSecurityPolicyObjectSrc() const OVERRIDE;
|
|
|
| // The scheme this URLDataSource is hosted under.
|
| std::string scheme_;
|
|
|