Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(207)

Unified Diff: components/dom_distiller/content/dom_distiller_viewer_source.h

Issue 138923002: Add support for showing CSS with distilled articles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nit from cjhopman@ Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698