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

Unified Diff: content/browser/tracing/battor_power_trace_provider.cc

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: 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 c4c90bdda26999bc09c00c54498d7273a714aa71..41e991103817e8087e90437ee7eebe8c6eacf818 100644
--- a/content/browser/tracing/battor_power_trace_provider.cc
+++ b/content/browser/tracing/battor_power_trace_provider.cc
@@ -22,6 +22,8 @@ bool BattorPowerTraceProvider::StopTracing() {
return false;
}
+void BattorPowerTraceProvider::RecordClockSyncMarker(int sync_id) {}
+
void BattorPowerTraceProvider::GetLog(std::string* log_str) {
// Get logs from battor.
*log_str = "";

Powered by Google App Engine
This is Rietveld 408576698