| Index: chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc
|
| diff --git a/chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc b/chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc
|
| index df2dc6338d4fe511fefa76ff3faa10872fbadb3a..469702283d96da8dce2fea0441cba2ca5c05cb50 100644
|
| --- a/chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc
|
| +++ b/chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc
|
| @@ -277,6 +277,7 @@ IN_PROC_BROWSER_TEST_F(DomDistillerViewerSourceBrowserTest,
|
| std::string url_without_scheme = std::string("://foobar/") + kViewerCssPath;
|
| GURL url(kDomDistillerScheme + url_without_scheme);
|
| ViewSingleDistilledPage(url, "text/css");
|
| + SetExpectCSPErrorMessages(true);
|
| }
|
|
|
|
|
|
|