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

Unified Diff: chrome/browser/chromeos/net/wake_on_wifi_manager.h

Issue 745123002: Link GCM heartbeat with wake on wifi preference (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix missing include Created 6 years 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 | « no previous file | chrome/browser/chromeos/net/wake_on_wifi_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/net/wake_on_wifi_manager.h
diff --git a/chrome/browser/chromeos/net/wake_on_wifi_manager.h b/chrome/browser/chromeos/net/wake_on_wifi_manager.h
index bdbe2364d968f1c88ebcd9077ac6984d007efacf..1b68c3c27b50a3765486cc5ccb3ef06179e90f3f 100644
--- a/chrome/browser/chromeos/net/wake_on_wifi_manager.h
+++ b/chrome/browser/chromeos/net/wake_on_wifi_manager.h
@@ -27,6 +27,7 @@ class WakeOnWifiManager : public content::NotificationObserver {
WAKE_ON_PACKET = 1,
WAKE_ON_SSID = 2,
WAKE_ON_PACKET_AND_SSID = 3,
+ INVALID = 4,
};
static WakeOnWifiManager* Get();
@@ -47,6 +48,8 @@ class WakeOnWifiManager : public content::NotificationObserver {
void OnProfileAdded(Profile* profile);
void OnProfileDestroyed(Profile* profile);
+ WakeOnWifiFeature current_feature_;
+
class WakeOnPacketConnectionObserver;
base::ScopedPtrHashMap<Profile*, WakeOnPacketConnectionObserver>
connection_observers_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/net/wake_on_wifi_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698