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

Unified Diff: content/shell/test_runner/web_test_delegate.h

Issue 2678043002: Hide console log messages for imported WPT tests (Closed)
Patch Set: update platform specific expected files missed last time around Created 3 years, 9 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: content/shell/test_runner/web_test_delegate.h
diff --git a/content/shell/test_runner/web_test_delegate.h b/content/shell/test_runner/web_test_delegate.h
index 53f803e46e37b0ba130992092125ab365cd5fff0..573d5a3bf6ca2c9f543c5816a759a8b7b141f731 100644
--- a/content/shell/test_runner/web_test_delegate.h
+++ b/content/shell/test_runner/web_test_delegate.h
@@ -70,6 +70,10 @@ class WebTestDelegate {
virtual void SetDeviceOrientationData(
const blink::WebDeviceOrientationData& data) = 0;
+ // Add a message to stderr (not saved to expected output files, for debugging
+ // only).
+ virtual void PrintMessageToStderr(const std::string& message) = 0;
+
// Add a message to the text dump for the layout test.
virtual void PrintMessage(const std::string& message) = 0;

Powered by Google App Engine
This is Rietveld 408576698