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

Unified Diff: chromeos/dbus/mock_shill_manager_client.h

Issue 722043004: Clean up wake on wifi handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 6 years, 1 month 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
« no previous file with comments | « chromeos/dbus/fake_shill_manager_client.cc ('k') | chromeos/dbus/shill_device_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/mock_shill_manager_client.h
diff --git a/chromeos/dbus/mock_shill_manager_client.h b/chromeos/dbus/mock_shill_manager_client.h
index 63c8c9c4d344f0ea048ae37381a218e70855d4a8..7fa16ee6999cb9cce04e98394601e61b8f8e8581 100644
--- a/chromeos/dbus/mock_shill_manager_client.h
+++ b/chromeos/dbus/mock_shill_manager_client.h
@@ -67,17 +67,6 @@ class MockShillManagerClient : public ShillManagerClient {
MOCK_METHOD2(ConnectToBestServices,
void(const base::Closure& callback,
const ErrorCallback& error_callback));
- MOCK_METHOD3(AddWakeOnPacketConnection,
- void(const net::IPEndPoint& ip_connection,
- const base::Closure& callback,
- const ErrorCallback& error_callback));
- MOCK_METHOD3(RemoveWakeOnPacketConnection,
- void(const net::IPEndPoint& ip_connection,
- const base::Closure& callback,
- const ErrorCallback& error_callback));
- MOCK_METHOD2(RemoveAllWakeOnPacketConnections,
- void(const base::Closure& callback,
- const ErrorCallback& error_callback));
MOCK_METHOD0(GetTestInterface, TestInterface*());
};
« no previous file with comments | « chromeos/dbus/fake_shill_manager_client.cc ('k') | chromeos/dbus/shill_device_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698