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 d9506f50cf3cc43532e2772667c62f61028c4783..3f91a81a34797ad7c7dde9ed7ba3c60b470c1a2b 100644 |
--- a/content/public/browser/url_data_source.cc |
+++ b/content/public/browser/url_data_source.cc |
@@ -47,6 +47,7 @@ bool URLDataSource::ShouldDenyXFrameOptions() const { |
bool URLDataSource::ShouldServiceRequest(const net::URLRequest* request) const { |
if (request->url().SchemeIs(chrome::kChromeDevToolsScheme) || |
+ request->url().SchemeIs(chrome::kDomDistillerScheme) || |
nasko
2014/01/16 23:39:12
nit: alphabetical order
nyquist
2014/01/22 00:47:58
We override this in the data source, so removed th
|
request->url().SchemeIs(chrome::kChromeUIScheme)) |
return true; |
return false; |