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

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

Issue 1814963002: Use process/control messages (instead of RVH messages) for layout tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 years, 3 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 8a17fee3cfa3642195e533daea516b7e0eea12c2..9a41673beebba81676dcf253934ce608a5c81cff 100644
--- a/content/shell/browser/layout_test/blink_test_controller.h
+++ b/content/shell/browser/layout_test/blink_test_controller.h
@@ -138,6 +138,7 @@ class BlinkTestController : public base::NonThreadSafe,
void OnLayoutTestRuntimeFlagsChanged(
int sender_process_host_id,
const base::DictionaryValue& changed_layout_test_runtime_flags);
+ void OnPrintMessage(const std::string& message);
void OnTestFinishedInSecondaryRenderer();
// Makes sure that the potentially new renderer associated with |frame| is 1)
@@ -200,7 +201,6 @@ class BlinkTestController : public base::NonThreadSafe,
void OnTextDump(const std::string& dump);
void OnInitiateLayoutDump();
void OnLayoutDumpResponse(RenderFrameHost* sender, const std::string& dump);
- void OnPrintMessage(const std::string& message);
void OnOverridePreferences(const WebPreferences& prefs);
void OnTestFinished();
void OnClearDevToolsLocalStorage();
« no previous file with comments | « content/shell/app/shell_main_delegate.cc ('k') | content/shell/browser/layout_test/blink_test_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698