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

Unified Diff: components/tracing/tracing_messages.h

Issue 1122153002: Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@FIXIT_timeclasses_1of2
Patch Set: REBASE after it passed CQ but did not commit to tree Created 5 years, 7 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: components/tracing/tracing_messages.h
diff --git a/components/tracing/tracing_messages.h b/components/tracing/tracing_messages.h
index d9ba630fc5cbf42e877cb5b7de6e90eec03ec02f..831652e4cf558f7fea6840ebd6007c2c78386b0b 100644
--- a/components/tracing/tracing_messages.h
+++ b/components/tracing/tracing_messages.h
@@ -34,7 +34,7 @@ IPC_ENUM_TRAITS_MAX_VALUE(
// Sent to all child processes to enable trace event recording.
IPC_MESSAGE_CONTROL3(TracingMsg_BeginTracing,
std::string /* category_filter_str */,
- base::TimeTicks /* browser_time */,
+ base::TraceTicks /* browser_time */,
std::string /* base::trace_event::TraceOptions */)
// Sent to all child processes to disable trace event recording.
@@ -43,7 +43,7 @@ IPC_MESSAGE_CONTROL0(TracingMsg_EndTracing)
// Sent to all child processes to start monitoring.
IPC_MESSAGE_CONTROL3(TracingMsg_EnableMonitoring,
std::string /* category_filter_str */,
- base::TimeTicks /* browser_time */,
+ base::TraceTicks /* browser_time */,
std::string /* base::trace_event::TraceOptions */)
// Sent to all child processes to stop monitoring.
« no previous file with comments | « components/tracing/child_trace_message_filter.cc ('k') | content/browser/tracing/etw_system_event_consumer_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698