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

Unified Diff: content/shell/test_runner/mock_web_document_subresource_filter.cc

Issue 2895643002: [subresource_filter] Display dev tools console message for subresource blocking (Closed)
Patch Set: rbyers@ feedback. Created 3 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/subresource_filter/resource-disallowed-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/test_runner/mock_web_document_subresource_filter.cc
diff --git a/content/shell/test_runner/mock_web_document_subresource_filter.cc b/content/shell/test_runner/mock_web_document_subresource_filter.cc
index 6d338c64c90fa8f60583bc80b4169ac95d1963bf..2b3f68cf3e8f7e3fb4af04503ec468b15c0c768a 100644
--- a/content/shell/test_runner/mock_web_document_subresource_filter.cc
+++ b/content/shell/test_runner/mock_web_document_subresource_filter.cc
@@ -47,7 +47,7 @@ MockWebDocumentSubresourceFilter::getLoadPolicyImpl(const blink::WebURL& url) {
void MockWebDocumentSubresourceFilter::ReportDisallowedLoad() {}
bool MockWebDocumentSubresourceFilter::ShouldLogToConsole() {
- return false;
+ return true;
}
} // namespace test_runner
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/subresource_filter/resource-disallowed-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698