| Index: chromeos/dbus/fake_debug_daemon_client.cc
|
| diff --git a/chromeos/dbus/fake_debug_daemon_client.cc b/chromeos/dbus/fake_debug_daemon_client.cc
|
| index ba6327673eb07300f7777d3f9ca82f889d0ed072..549a2c66ebaf785349b5f64a119987a48f249bc5 100644
|
| --- a/chromeos/dbus/fake_debug_daemon_client.cc
|
| +++ b/chromeos/dbus/fake_debug_daemon_client.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "fake_debug_daemon_client.h"
|
| +#include "chromeos/dbus/fake_debug_daemon_client.h"
|
|
|
| #include <map>
|
| #include <string>
|
| @@ -21,8 +21,10 @@ FakeDebugDaemonClient::~FakeDebugDaemonClient() {}
|
|
|
| void FakeDebugDaemonClient::Init(dbus::Bus* bus) {}
|
|
|
| -void FakeDebugDaemonClient::GetDebugLogs(base::File file,
|
| - const GetDebugLogsCallback& callback) {
|
| +void FakeDebugDaemonClient::DumpDebugLogs(
|
| + bool is_compressed,
|
| + base::File file,
|
| + const GetDebugLogsCallback& callback) {
|
| callback.Run(false);
|
| }
|
|
|
|
|