Chromium Code Reviews| 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 56c208cae027d4c0e1bdb2eb7e0f81d8728044eb..fad64182b964bc0d5eaab2f072d5031205444f91 100644 |
| --- a/chromeos/dbus/fake_debug_daemon_client.h |
| +++ b/chromeos/dbus/fake_debug_daemon_client.h |
| @@ -46,6 +46,7 @@ class FakeDebugDaemonClient : public DebugDaemonClient { |
| const std::string& ip_address, |
| const std::map<std::string, std::string>& options, |
| const TestICMPCallback& callback) OVERRIDE; |
| + virtual void UploadCrashes() OVERRIDE {} |
|
Lei Zhang
2014/03/25 21:50:11
nit: move the empty impl to the .cc file.
vapier
2014/03/31 20:25:22
Done.
|
| private: |
| DISALLOW_COPY_AND_ASSIGN(FakeDebugDaemonClient); |