Index: chromeos/network/shill_property_handler.h |
diff --git a/chromeos/network/shill_property_handler.h b/chromeos/network/shill_property_handler.h |
index e687904841de6c0aea161c1ff6cc859079052942..565349a038aedd283dfe6aa44a9d077364cd02ea 100644 |
--- a/chromeos/network/shill_property_handler.h |
+++ b/chromeos/network/shill_property_handler.h |
@@ -125,6 +125,10 @@ class CHROMEOS_EXPORT ShillPropertyHandler |
// Sets the list of devices on which portal check is enabled. |
void SetCheckPortalList(const std::string& check_portal_list); |
+ // Sets the Manager.WakeOnLan property. Note: we do not track this state, we |
+ // only set it. |
+ void SetWakeOnLanEnabled(bool enabled); |
+ |
// Requests an immediate network scan. |
void RequestScan() const; |