| Index: content/browser/tracing/power_tracing_agent.h
|
| diff --git a/content/browser/tracing/power_tracing_agent.h b/content/browser/tracing/power_tracing_agent.h
|
| index ae5079e4cc29248784c02a8f25c5af81a67f58cb..3d82fa070fad1992d3121487fee19f83318e2172 100644
|
| --- a/content/browser/tracing/power_tracing_agent.h
|
| +++ b/content/browser/tracing/power_tracing_agent.h
|
| @@ -46,6 +46,8 @@ class PowerTracingAgent : public base::trace_event::TracingAgent,
|
| void OnStopTracingComplete(const std::string& trace,
|
| battor::BattOrError error) override;
|
| void OnRecordClockSyncMarkerComplete(battor::BattOrError error) override;
|
| + void OnGetFirmwareGitHashComplete(const std::string& version,
|
| + battor::BattOrError error) override;
|
|
|
| private:
|
| // This allows constructor and destructor to be private and usable only
|
|
|