Index: chromeos/dbus/mock_debug_daemon_client.h |
diff --git a/chromeos/dbus/mock_debug_daemon_client.h b/chromeos/dbus/mock_debug_daemon_client.h |
index 002efb4f5d8fc44744f9354270b7f777eb5413a8..1f83455666148bcd2e3f4bce432d11043ece42b5 100644 |
--- a/chromeos/dbus/mock_debug_daemon_client.h |
+++ b/chromeos/dbus/mock_debug_daemon_client.h |
@@ -27,6 +27,8 @@ class MockDebugDaemonClient : public DebugDaemonClient { |
MOCK_METHOD1(RequestStopSystemTracing, |
bool(const StopSystemTracingCallback&)); |
MOCK_METHOD0(StartSystemTracing, void()); |
+ MOCK_METHOD2(TestICMP, void(const std::string&, |
+ const TestICMPCallback&)); |
satorux1
2012/08/17 21:13:16
move this to the last line?
hshi1
2012/08/17 21:23:00
Done.
|
}; |
} // namespace chromeos |