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

Unified Diff: content/browser/tracing/power_tracing_agent.h

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
Index: content/browser/tracing/power_tracing_agent.h
diff --git a/content/browser/tracing/power_tracing_agent.h b/content/browser/tracing/power_tracing_agent.h
index 4542efaaa42a3ae62a986210b773333e7311feb6..04f0dfa738db6572a3421d5c4070ea799ac6a16b 100644
--- a/content/browser/tracing/power_tracing_agent.h
+++ b/content/browser/tracing/power_tracing_agent.h
@@ -34,7 +34,7 @@ class PowerTracingAgent : public base::trace_event::TracingAgent {
bool SupportsExplicitClockSync() override;
void RecordClockSyncMarker(
- int sync_id,
+ const std::string& sync_id,
const RecordClockSyncMarkerCallback& callback) override;
private:
@@ -52,7 +52,7 @@ class PowerTracingAgent : public base::trace_event::TracingAgent {
void TraceOnThread();
void FlushOnThread(const StopAgentTracingCallback& callback);
void RecordClockSyncMarkerOnThread(
- int sync_id,
+ const std::string& sync_id,
const RecordClockSyncMarkerCallback& callback);
base::Thread thread_;
« no previous file with comments | « content/browser/tracing/battor_power_trace_provider.cc ('k') | content/browser/tracing/power_tracing_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698