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

Unified Diff: content/browser/tracing/battor_power_trace_provider.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
Index: content/browser/tracing/battor_power_trace_provider.cc
diff --git a/content/browser/tracing/battor_power_trace_provider.cc b/content/browser/tracing/battor_power_trace_provider.cc
index 41e991103817e8087e90437ee7eebe8c6eacf818..3339550c4f82933947b997bbccf8d1d6815ba6ec 100644
--- a/content/browser/tracing/battor_power_trace_provider.cc
+++ b/content/browser/tracing/battor_power_trace_provider.cc
@@ -22,7 +22,8 @@ bool BattorPowerTraceProvider::StopTracing() {
return false;
}
-void BattorPowerTraceProvider::RecordClockSyncMarker(int sync_id) {}
+void BattorPowerTraceProvider::RecordClockSyncMarker(
+ const std::string& sync_id) {}
void BattorPowerTraceProvider::GetLog(std::string* log_str) {
// Get logs from battor.
« no previous file with comments | « content/browser/tracing/battor_power_trace_provider.h ('k') | content/browser/tracing/power_tracing_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698