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

Side by Side Diff: components/tracing/common/tracing_messages.h

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Rebased again Created 3 years, 5 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
« no previous file with comments | « components/sync/BUILD.gn ('k') | components/tracing/common/tracing_messages.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #ifndef COMPONENTS_TRACING_COMMON_TRACING_MESSAGES_H_
6 #define COMPONENTS_TRACING_COMMON_TRACING_MESSAGES_H_
7
5 // Multiply-included message header, no traditional include guard. 8 // Multiply-included message header, no traditional include guard.
6 9
7 #include <stdint.h> 10 #include <stdint.h>
8 11
9 #include <string> 12 #include <string>
10 #include <vector> 13 #include <vector>
11 14
12 #include "base/metrics/histogram.h" 15 #include "base/metrics/histogram.h"
13 #include "base/sync_socket.h" 16 #include "base/sync_socket.h"
14 #include "base/trace_event/trace_event_impl.h" 17 #include "base/trace_event/trace_event_impl.h"
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 // Reply to TracingMsg_GetTraceLogStatus. 68 // Reply to TracingMsg_GetTraceLogStatus.
66 IPC_MESSAGE_CONTROL1( 69 IPC_MESSAGE_CONTROL1(
67 TracingHostMsg_TraceLogStatusReply, 70 TracingHostMsg_TraceLogStatusReply,
68 base::trace_event::TraceLogStatus /*status of the trace log*/) 71 base::trace_event::TraceLogStatus /*status of the trace log*/)
69 72
70 73
71 IPC_MESSAGE_CONTROL1(TracingHostMsg_TriggerBackgroundTrace, 74 IPC_MESSAGE_CONTROL1(TracingHostMsg_TriggerBackgroundTrace,
72 std::string /* name */) 75 std::string /* name */)
73 76
74 IPC_MESSAGE_CONTROL0(TracingHostMsg_AbortBackgroundTrace) 77 IPC_MESSAGE_CONTROL0(TracingHostMsg_AbortBackgroundTrace)
78
79 #endif // COMPONENTS_TRACING_COMMON_TRACING_MESSAGES_H_
OLDNEW
« no previous file with comments | « components/sync/BUILD.gn ('k') | components/tracing/common/tracing_messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698