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

Unified Diff: content/shell/renderer/layout_test/layout_test_render_frame_observer.h

Issue 1750063002: Replicate static layout test configuration to all renderers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no-test-finished-in-secondary-frames-please
Patch Set: Rebasing... Created 4 years, 10 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/renderer/layout_test/layout_test_render_frame_observer.h
diff --git a/content/shell/renderer/layout_test/layout_test_render_frame_observer.h b/content/shell/renderer/layout_test/layout_test_render_frame_observer.h
index da675be41790259225c0f61e88d77bb0da1fc6a1..8059eb7c2fb83cb4f323b47aa01f1469e87ea7b7 100644
--- a/content/shell/renderer/layout_test/layout_test_render_frame_observer.h
+++ b/content/shell/renderer/layout_test/layout_test_render_frame_observer.h
@@ -18,6 +18,7 @@ class Message;
namespace content {
class RenderFrame;
+struct ShellTestConfiguration;
class LayoutTestRenderFrameObserver : public RenderFrameObserver {
public:
@@ -29,6 +30,8 @@ class LayoutTestRenderFrameObserver : public RenderFrameObserver {
private:
void OnLayoutDumpRequest(
const test_runner::LayoutDumpFlags& layout_dump_flags);
+ void OnSetTestConfiguration(const ShellTestConfiguration& test_config);
+ void OnReplicateTestConfiguration(const ShellTestConfiguration& test_config);
DISALLOW_COPY_AND_ASSIGN(LayoutTestRenderFrameObserver);
};

Powered by Google App Engine
This is Rietveld 408576698