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

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

Issue 2678043002: Hide console log messages for imported WPT tests (Closed)
Patch Set: update console messages 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..bfb3938d04639faaa95ce53f4706c0e3993adcef 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 PrintStderrMessage(const std::string& message) = 0;
dcheng 2017/03/09 21:38:36 FWIW, I'd call this PrintMessageToStderr (along wi
+
// 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