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

Side by Side Diff: content/shell/common/shell_param_traits.cc

Issue 2594913002: Replace IPC messages in layout_test_render_frame_observer. (Closed)
Patch Set: Clean up map Created 3 years, 11 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
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "content/shell/common/shell_param_traits.h"
6
7 // Generate param traits size methods.
8 #include "ipc/param_traits_size_macros.h"
9 namespace IPC {
10 #include "content/shell/common/shell_param_traits.h"
11 } // namespace IPC
12
13 // Generate param traits write methods.
14 #include "ipc/param_traits_write_macros.h"
15 namespace IPC {
16 #include "content/shell/common/shell_param_traits.h"
17 } // namespace IPC
18
19 // Generate param traits read methods.
20 #include "ipc/param_traits_read_macros.h"
21 namespace IPC {
22 #include "content/shell/common/shell_param_traits.h"
23 } // namespace IPC
24
25 // Generate param traits log methods.
26 #include "ipc/param_traits_log_macros.h"
27 namespace IPC {
28 #include "content/shell/common/shell_param_traits.h"
29 } // namespace IPC
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698