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

Unified Diff: content/browser/tracing/battor_power_trace_provider.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
« no previous file with comments | « base/trace_event/tracing_agent.cc ('k') | content/browser/tracing/battor_power_trace_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/tracing/battor_power_trace_provider.h
diff --git a/content/browser/tracing/battor_power_trace_provider.h b/content/browser/tracing/battor_power_trace_provider.h
index 8a9a5b5e8908c2539002db91dd081aedaa22adb4..edd1deeb3ac4af674677aadd74708b098459223d 100644
--- a/content/browser/tracing/battor_power_trace_provider.h
+++ b/content/browser/tracing/battor_power_trace_provider.h
@@ -20,7 +20,7 @@ class BattorPowerTraceProvider {
bool IsConnected();
bool StartTracing();
bool StopTracing();
- void RecordClockSyncMarker(int sync_id);
+ void RecordClockSyncMarker(const std::string& sync_id);
void GetLog(std::string* log_str);
~BattorPowerTraceProvider();
« no previous file with comments | « base/trace_event/tracing_agent.cc ('k') | content/browser/tracing/battor_power_trace_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698