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

Unified Diff: components/tracing/child_trace_message_filter.h

Issue 1424703003: Kills TraceTicks, which was functionally the same as TimeTicks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed win compile error. Created 5 years, 1 month 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/child_trace_message_filter.h
diff --git a/components/tracing/child_trace_message_filter.h b/components/tracing/child_trace_message_filter.h
index ecb891021c5f299d51a838f56ff63491848ba5ca..dff2648d363f2794f25f958817214e320093b6a4 100644
--- a/components/tracing/child_trace_message_filter.h
+++ b/components/tracing/child_trace_message_filter.h
@@ -44,12 +44,12 @@ class TRACING_EXPORT ChildTraceMessageFilter : public IPC::MessageFilter {
private:
// Message handlers.
void OnBeginTracing(const std::string& trace_config_str,
- base::TraceTicks browser_time,
+ base::TimeTicks browser_time,
uint64 tracing_process_id);
void OnEndTracing();
void OnCancelTracing();
void OnEnableMonitoring(const std::string& trace_config_str,
- base::TraceTicks browser_time);
+ base::TimeTicks browser_time);
void OnDisableMonitoring();
void OnCaptureMonitoringSnapshot();
void OnGetTraceLogStatus();
« no previous file with comments | « components/startup_metric_utils/browser/startup_metric_utils.cc ('k') | components/tracing/child_trace_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698