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

Unified Diff: chrome/browser/services/gcm/gcm_profile_service.h

Issue 409883006: GCM: D-Bus methods for wake-on-packet (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes from review, plus change to dbus protocol Created 6 years, 3 months 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
Index: chrome/browser/services/gcm/gcm_profile_service.h
diff --git a/chrome/browser/services/gcm/gcm_profile_service.h b/chrome/browser/services/gcm/gcm_profile_service.h
index abfd3ce9141e1313dca1d27b5b87873470069831..bab37b714039c3dc69c047c957ba67c8ba0321eb 100644
--- a/chrome/browser/services/gcm/gcm_profile_service.h
+++ b/chrome/browser/services/gcm/gcm_profile_service.h
@@ -86,6 +86,9 @@ class GCMProfileService : public KeyedService {
class IdentityObserver;
scoped_ptr<IdentityObserver> identity_observer_;
#endif
+#if defined(OS_CHROMEOS)
+ scoped_ptr<GCMAppHandler> chromeos_app_handler_;
+#endif
DISALLOW_COPY_AND_ASSIGN(GCMProfileService);
};

Powered by Google App Engine
This is Rietveld 408576698