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

Unified Diff: base/trace_event/tracing_agent.h

Issue 1526883005: [Tracing Clock Sync] Implement clock sync in Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review fix Created 5 years 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: base/trace_event/tracing_agent.h
diff --git a/base/trace_event/tracing_agent.h b/base/trace_event/tracing_agent.h
index 05f44a6ee9c04952f94af1d395f20139743ce732..f8ca78e92dbd07240210249b89db2ed4ecb21b5a 100644
--- a/base/trace_event/tracing_agent.h
+++ b/base/trace_event/tracing_agent.h
@@ -32,8 +32,8 @@ class BASE_EXPORT TracingAgent {
const scoped_refptr<base::RefCountedString>& events_str_ptr)>;
using RecordClockSyncMarkerCallback = base::Callback<void(
int sync_id,
- const TimeTicks& sync_ts,
- const TimeTicks& sync_end_ts)>;
+ const TimeTicks& issue_ts,
+ const TimeTicks& issue_end_ts)>;
virtual ~TracingAgent();

Powered by Google App Engine
This is Rietveld 408576698