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

Unified Diff: content/shell/common/shell_messages.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/common/shell_messages.h
diff --git a/content/shell/common/shell_messages.h b/content/shell/common/shell_messages.h
index c978e7170f2b3021f1c8b911f9992dd90dbcf4f6..248ca204eb5348c647b02aec3f34fe4b76c6e671 100644
--- a/content/shell/common/shell_messages.h
+++ b/content/shell/common/shell_messages.h
@@ -43,20 +43,13 @@ IPC_MESSAGE_ROUTED1(ShellViewMsg_SetTestConfiguration,
// Replicates test config (for an already started test) to a new renderer
// that hosts parts of the main test window.
-IPC_MESSAGE_ROUTED2(
- ShellViewMsg_ReplicateTestConfiguration,
- content::ShellTestConfiguration,
- base::DictionaryValue /* accumulated_layout_test_runtime_flags_changes */)
+IPC_MESSAGE_ROUTED1(ShellViewMsg_ReplicateTestConfiguration,
+ content::ShellTestConfiguration)
// Sets up a secondary renderer (renderer that doesn't [yet] host parts of the
// main test window) for a layout test.
IPC_MESSAGE_ROUTED0(ShellViewMsg_SetupSecondaryRenderer)
-// Used to broadcast changes happening in one renderer to all other renderers.
-IPC_MESSAGE_ROUTED1(
- ShellViewMsg_ReplicateLayoutTestRuntimeFlagsChanges,
- base::DictionaryValue /* changed_layout_test_runtime_flags */)
-
// Tells the main window that a secondary renderer in a different process thinks
// the test is finished.
IPC_MESSAGE_ROUTED0(ShellViewMsg_NotifyDone)
@@ -81,12 +74,6 @@ IPC_MESSAGE_ROUTED0(ShellViewMsg_LayoutDumpRequest)
IPC_MESSAGE_ROUTED1(ShellViewMsg_LayoutDumpCompleted,
std::string /* completed/stitched layout dump */)
-// Notifies the browser that one of renderers has changed layout test runtime
-// flags (i.e. has set dump_as_text).
-IPC_MESSAGE_ROUTED1(
- ShellViewHostMsg_LayoutTestRuntimeFlagsChanged,
- base::DictionaryValue /* changed_layout_test_runtime_flags */)
-
// Send a text dump of the WebContents to the render host.
IPC_MESSAGE_ROUTED1(ShellViewHostMsg_TextDump,
std::string /* dump */)
« no previous file with comments | « content/shell/common/layout_test/layout_test_messages.h ('k') | content/shell/renderer/layout_test/blink_test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698