| Index: chromeos/dbus/fake_debug_daemon_client.h
|
| diff --git a/chromeos/dbus/fake_debug_daemon_client.h b/chromeos/dbus/fake_debug_daemon_client.h
|
| index e58cb75715050cbd93fba1c32f151179db4a8028..7d3547c801f9a7f3134ad51b5802257ba1fd40ca 100644
|
| --- a/chromeos/dbus/fake_debug_daemon_client.h
|
| +++ b/chromeos/dbus/fake_debug_daemon_client.h
|
| @@ -41,6 +41,8 @@ class CHROMEOS_EXPORT FakeDebugDaemonClient : public DebugDaemonClient {
|
| const GetNetworkInterfacesCallback& callback) override;
|
| void GetPerfData(uint32_t duration,
|
| const GetPerfDataCallback& callback) override;
|
| + void GetPerfOutput(uint32_t duration,
|
| + const GetPerfOutputCallback& callback) override;
|
| void GetScrubbedLogs(const GetLogsCallback& callback) override;
|
| void GetAllLogs(const GetLogsCallback& callback) override;
|
| void GetUserLogFiles(const GetLogsCallback& callback) override;
|
|
|