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

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

Issue 1878863002: Replicate LayoutTestRuntimeFlags across secondary window renderers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@replicate-web-content-settings
Patch Set: Rebasing... Created 4 years, 8 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 5fc41fa380576307cda6b4f48fb698046bcbb7fd..3f5da4ae1064b34d1b956940fd2ce2115e83054a 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
@@ -30,13 +30,8 @@ class LayoutTestRenderFrameObserver : public RenderFrameObserver {
private:
void OnLayoutDumpRequest();
- void OnReplicateLayoutTestRuntimeFlagsChanges(
- const base::DictionaryValue& changed_layout_test_runtime_flags);
void OnSetTestConfiguration(const ShellTestConfiguration& test_config);
- void OnReplicateTestConfiguration(
- const ShellTestConfiguration& test_config,
- const base::DictionaryValue&
- accumulated_layout_test_runtime_flags_changes);
+ void OnReplicateTestConfiguration(const ShellTestConfiguration& test_config);
void OnSetupSecondaryRenderer();
DISALLOW_COPY_AND_ASSIGN(LayoutTestRenderFrameObserver);

Powered by Google App Engine
This is Rietveld 408576698