Index: chromeos/dbus/debug_daemon_client.h |
diff --git a/chromeos/dbus/debug_daemon_client.h b/chromeos/dbus/debug_daemon_client.h |
index 1ed02156777332ee71bd092eb565e3c439c30a9c..af332d5117eaa4c402e8934ed4c6bd295232684f 100644 |
--- a/chromeos/dbus/debug_daemon_client.h |
+++ b/chromeos/dbus/debug_daemon_client.h |
@@ -127,6 +127,13 @@ class CHROMEOS_EXPORT DebugDaemonClient { |
virtual void TestICMP(const std::string& ip_address, |
const TestICMPCallback& callback) = 0; |
+ // Tests ICMP connectivity to a specified host. The |ip_address| contains the |
+ // IPv4 or IPv6 address of the host, for example "8.8.8.8". |
+ virtual void TestICMPWithOptions( |
+ const std::string& ip_address, |
+ const std::map<std::string, std::string>& options, |
+ const TestICMPCallback& callback) = 0; |
+ |
// Factory function, creates a new instance and returns ownership. |
// For normal usage, access the singleton via DBusThreadManager::Get(). |
static DebugDaemonClient* Create(DBusClientImplementationType type, |