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

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

Issue 1736353002: ABANDONED CL: Shared-memory-based approach to layout tests runtime flags replication. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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 8059eb7c2fb83cb4f323b47aa01f1469e87ea7b7..130f4b9772605e941bdb5bdc02df5ac7fe856777 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
@@ -8,10 +8,6 @@
#include "base/macros.h"
#include "content/public/renderer/render_frame_observer.h"
-namespace test_runner {
-struct LayoutDumpFlags;
-}
-
namespace IPC {
class Message;
} // namespace IPC
@@ -28,8 +24,7 @@ class LayoutTestRenderFrameObserver : public RenderFrameObserver {
bool OnMessageReceived(const IPC::Message& message) override;
private:
- void OnLayoutDumpRequest(
- const test_runner::LayoutDumpFlags& layout_dump_flags);
+ void OnLayoutDumpRequest();
void OnSetTestConfiguration(const ShellTestConfiguration& test_config);
void OnReplicateTestConfiguration(const ShellTestConfiguration& test_config);

Powered by Google App Engine
This is Rietveld 408576698