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 */) |