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

Unified Diff: base/trace_event/tracing_agent.cc

Issue 1644653002: [Tracing] Update sync_id to be string type for clock sync (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/trace_event/tracing_agent.h ('k') | content/browser/tracing/battor_power_trace_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event/tracing_agent.cc
diff --git a/base/trace_event/tracing_agent.cc b/base/trace_event/tracing_agent.cc
index 3c95a3d63ca04fa0033d34019a78c59e27bc7785..0af90f3c7243655722c3bcea01891d6590f7293a 100644
--- a/base/trace_event/tracing_agent.cc
+++ b/base/trace_event/tracing_agent.cc
@@ -14,7 +14,7 @@ bool TracingAgent::SupportsExplicitClockSync() {
}
void TracingAgent::RecordClockSyncMarker(
- int sync_id,
+ const std::string& sync_id,
const RecordClockSyncMarkerCallback& callback) {
DCHECK(SupportsExplicitClockSync());
}
« no previous file with comments | « base/trace_event/tracing_agent.h ('k') | content/browser/tracing/battor_power_trace_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698