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

Side by Side Diff: content/shell/common/layout_test/layout_test_messages.h

Issue 1814963002: Use process/control messages (instead of RVH messages) for layout tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 years, 3 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Multiply-included file, no traditional include guard. 5 // Multiply-included file, no traditional include guard.
6 #include <string> 6 #include <string>
7 #include <vector> 7 #include <vector>
8 8
9 #include "content/public/common/common_param_traits_macros.h" 9 #include "content/public/common/common_param_traits_macros.h"
10 #include "ipc/ipc_message_macros.h" 10 #include "ipc/ipc_message_macros.h"
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 48
49 // Used send flag changes to renderers - either when 49 // Used send flag changes to renderers - either when
50 // 1) broadcasting change happening in one renderer to all other renderers, or 50 // 1) broadcasting change happening in one renderer to all other renderers, or
51 // 2) sending accumulated changes to a single new renderer. 51 // 2) sending accumulated changes to a single new renderer.
52 IPC_MESSAGE_CONTROL1( 52 IPC_MESSAGE_CONTROL1(
53 LayoutTestMsg_ReplicateLayoutTestRuntimeFlagsChanges, 53 LayoutTestMsg_ReplicateLayoutTestRuntimeFlagsChanges,
54 base::DictionaryValue /* changed_layout_test_runtime_flags */) 54 base::DictionaryValue /* changed_layout_test_runtime_flags */)
55 55
56 // Sent by secondary test window to notify the test has finished. 56 // Sent by secondary test window to notify the test has finished.
57 IPC_MESSAGE_CONTROL0(LayoutTestHostMsg_TestFinishedInSecondaryRenderer) 57 IPC_MESSAGE_CONTROL0(LayoutTestHostMsg_TestFinishedInSecondaryRenderer)
58
59 IPC_MESSAGE_CONTROL1(LayoutTestHostMsg_PrintMessage, std::string /* message */)
OLDNEW
« 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