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

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

Issue 327423006: Revert r276792 - "Hook PushMessagingMessageFilter up to GCMDriver" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/browser/services/gcm/gcm_profile_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 df05dbb3a7cbca0f8c14a8196b76c66689ca5def..70b61122e529bee3fcb6f54257705cdc52739d74 100644
--- a/chrome/browser/services/gcm/gcm_profile_service.h
+++ b/chrome/browser/services/gcm/gcm_profile_service.h
@@ -10,7 +10,6 @@
#include "base/compiler_specific.h"
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
-#include "chrome/browser/services/gcm/push_messaging_service_impl.h"
// TODO(jianli): include needed for obsolete methods that are going to be
// removed soon.
#include "components/gcm_driver/gcm_driver.h"
@@ -59,10 +58,6 @@ class GCMProfileService : public KeyedService {
GCMDriver* driver() const { return driver_.get(); }
- content::PushMessagingService* push_messaging_service() {
- return &push_messaging_service_;
- }
-
protected:
// Used for constructing fake GCMProfileService for testing purpose.
GCMProfileService();
@@ -73,9 +68,6 @@ class GCMProfileService : public KeyedService {
scoped_ptr<GCMDriver> driver_;
- // Implementation of content::PushMessagingService using GCMProfileService.
- PushMessagingServiceImpl push_messaging_service_;
-
DISALLOW_COPY_AND_ASSIGN(GCMProfileService);
};
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/browser/services/gcm/gcm_profile_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698