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

Unified Diff: content/shell/common/layout_test/layout_test_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/layout_test/layout_test_messages.h
diff --git a/content/shell/common/layout_test/layout_test_messages.h b/content/shell/common/layout_test/layout_test_messages.h
index 1f420f173040fc28f9160f26f9875209db35911f..a0fa170f75736dc927f7db12cb5778fdd3dc2145 100644
--- a/content/shell/common/layout_test/layout_test_messages.h
+++ b/content/shell/common/layout_test/layout_test_messages.h
@@ -42,3 +42,16 @@ IPC_MESSAGE_ROUTED4(LayoutTestHostMsg_SetPermission,
GURL /* origin */,
GURL /* embedding_origin */)
IPC_MESSAGE_ROUTED0(LayoutTestHostMsg_ResetPermissions)
+
+// Notifies the browser that one of renderers has changed layout test runtime
+// flags (i.e. has set dump_as_text).
+IPC_MESSAGE_CONTROL1(
+ LayoutTestHostMsg_LayoutTestRuntimeFlagsChanged,
+ base::DictionaryValue /* changed_layout_test_runtime_flags */)
+
+// Used send flag changes to renderers - either when
+// 1) broadcasting change happening in one renderer to all other renderers, or
+// 2) sending accumulated changes to a single new renderer.
+IPC_MESSAGE_CONTROL1(
+ LayoutTestMsg_ReplicateLayoutTestRuntimeFlagsChanges,
+ base::DictionaryValue /* changed_layout_test_runtime_flags */)
« no previous file with comments | « content/shell/common/layout_test/layout_test_content_client.cc ('k') | content/shell/common/shell_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698