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

Unified Diff: content/shell/browser/layout_test/blink_test_controller.h

Issue 2678043002: Hide console log messages for imported WPT tests (Closed)
Patch Set: Revert python change 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/browser/layout_test/blink_test_controller.h
diff --git a/content/shell/browser/layout_test/blink_test_controller.h b/content/shell/browser/layout_test/blink_test_controller.h
index cdb8682d5c512b87be4270aaeac9a532907044c7..58afa5549564529a3bcbca615689a1b2aed5b73f 100644
--- a/content/shell/browser/layout_test/blink_test_controller.h
+++ b/content/shell/browser/layout_test/blink_test_controller.h
@@ -85,6 +85,7 @@ class BlinkTestResultPrinter {
void PrintAudioBlock(const std::vector<unsigned char>& audio_data);
void PrintAudioFooter();
+ void AddLogMessage(const std::string& message);
void AddMessage(const std::string& message);
void AddMessageRaw(const std::string& message);
void AddErrorMessage(const std::string& message);
@@ -202,6 +203,7 @@ class BlinkTestController : public base::NonThreadSafe,
void OnTextDump(const std::string& dump);
void OnInitiateLayoutDump();
void OnLayoutDumpResponse(RenderFrameHost* sender, const std::string& dump);
+ void OnPrintLogMessage(const std::string& message);
void OnPrintMessage(const std::string& message);
void OnOverridePreferences(const WebPreferences& prefs);
void OnTestFinished();

Powered by Google App Engine
This is Rietveld 408576698