Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: chromeos/dbus/mock_debug_daemon_client.h

Issue 10829396: debugd: Add TestICMP functionality. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« chromeos/dbus/debug_daemon_client.h ('K') | « chromeos/dbus/debug_daemon_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698