Chromium Code Reviews

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

Issue 582913003: Revert of Add GCMChannelStatusSyncer to schedule requests and enable/disable GCM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/services/gcm/gcm_desktop_utils.cc ('k') | components/gcm_driver.gypi » ('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.cc
diff --git a/chrome/browser/services/gcm/gcm_profile_service.cc b/chrome/browser/services/gcm/gcm_profile_service.cc
index 75e1bdd6c7cf2ddb4dc5a394cfd22570f9ce2137..5324ffdc0a9665739cd3068b222fc729335918b4 100644
--- a/chrome/browser/services/gcm/gcm_profile_service.cc
+++ b/chrome/browser/services/gcm/gcm_profile_service.cc
@@ -169,7 +169,6 @@
driver_ = CreateGCMDriverDesktop(
gcm_client_factory.Pass(),
- profile_->GetPrefs(),
profile_->GetPath().Append(chrome::kGCMStoreDirname),
profile_->GetRequestContext());
« no previous file with comments | « chrome/browser/services/gcm/gcm_desktop_utils.cc ('k') | components/gcm_driver.gypi » ('j') | no next file with comments »

Powered by Google App Engine