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

Unified Diff: chromeos/network/fake_network_device_handler.cc

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/network/fake_network_device_handler.h ('k') | chromeos/network/network_device_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/fake_network_device_handler.cc
diff --git a/chromeos/network/fake_network_device_handler.cc b/chromeos/network/fake_network_device_handler.cc
index bd6df3c1cbab2c60a6395b87d1847ae8bcb1e88f..536ea9f2898fdf43e148d2b0feeaeaebcbedaf79 100644
--- a/chromeos/network/fake_network_device_handler.cc
+++ b/chromeos/network/fake_network_device_handler.cc
@@ -84,4 +84,18 @@ void FakeNetworkDeviceHandler::GetWifiTDLSStatus(
const network_handler::StringResultCallback& callback,
const network_handler::ErrorCallback& error_callback) {}
+void FakeNetworkDeviceHandler::AddWifiWakeOnPacketConnection(
+ const net::IPEndPoint& ip_endpoint,
+ const base::Closure& callback,
+ const network_handler::ErrorCallback& error_callback) {}
+
+void FakeNetworkDeviceHandler::RemoveWifiWakeOnPacketConnection(
+ const net::IPEndPoint& ip_endpoint,
+ const base::Closure& callback,
+ const network_handler::ErrorCallback& error_callback) {}
+
+void FakeNetworkDeviceHandler::RemoveAllWifiWakeOnPacketConnections(
+ const base::Closure& callback,
+ const network_handler::ErrorCallback& error_callback) {}
+
} // namespace chromeos
« no previous file with comments | « chromeos/network/fake_network_device_handler.h ('k') | chromeos/network/network_device_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698