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

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

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
« no previous file with comments | « base/trace_event/tracing_agent.h ('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 26ab3e01e308184f2c4402081157c455a973beed..8a9a5b5e8908c2539002db91dd081aedaa22adb4 100644
--- a/content/browser/tracing/battor_power_trace_provider.h
+++ b/content/browser/tracing/battor_power_trace_provider.h
@@ -13,13 +13,14 @@ namespace content {
// This class handles the connection with the battor h/w using
// chrome serial port interfaces.
-// TODO (aschulman) port over battor C code.
+// TODO(charliea): port over battor C code.
class BattorPowerTraceProvider {
public:
BattorPowerTraceProvider();
bool IsConnected();
bool StartTracing();
bool StopTracing();
+ void RecordClockSyncMarker(int sync_id);
void GetLog(std::string* log_str);
~BattorPowerTraceProvider();
« no previous file with comments | « base/trace_event/tracing_agent.h ('k') | content/browser/tracing/battor_power_trace_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698