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

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

Issue 2390893002: [BattOr] Make BattOr able to return firmware version. (Closed)
Patch Set: fix compiling error Created 4 years, 2 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 | « content/browser/tracing/power_tracing_agent.h ('k') | tools/battor_agent/battor_agent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/tracing/power_tracing_agent.cc
diff --git a/content/browser/tracing/power_tracing_agent.cc b/content/browser/tracing/power_tracing_agent.cc
index e46341a0c74e49aca0e01d909464f9a110c98a7d..b4887fc1c4e79b804243449c3f142b59b972a298 100644
--- a/content/browser/tracing/power_tracing_agent.cc
+++ b/content/browser/tracing/power_tracing_agent.cc
@@ -181,4 +181,9 @@ bool PowerTracingAgent::SupportsExplicitClockSync() {
return battor_agent_->SupportsExplicitClockSync();
}
+void PowerTracingAgent::OnGetFirmwareGitHashComplete(
+ const std::string& version, battor::BattOrError error) {
+ return;
+}
+
} // namespace content
« no previous file with comments | « content/browser/tracing/power_tracing_agent.h ('k') | tools/battor_agent/battor_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698