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

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

Issue 1231613005: Hook up the Push API with GCM's new ability to own encryption keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gcm-encryption
Patch Set: Created 5 years, 5 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/fake_gcm_profile_service.cc
diff --git a/chrome/browser/services/gcm/fake_gcm_profile_service.cc b/chrome/browser/services/gcm/fake_gcm_profile_service.cc
index 303f545cd4f83d3f524690651b461c7f69a59d2a..e0530d56da478b32b3a1ae4816992c3d9638d7ea 100644
--- a/chrome/browser/services/gcm/fake_gcm_profile_service.cc
+++ b/chrome/browser/services/gcm/fake_gcm_profile_service.cc
@@ -51,7 +51,8 @@ class CustomFakeGCMDriver : public FakeGCMDriver {
};
CustomFakeGCMDriver::CustomFakeGCMDriver(FakeGCMProfileService* service)
- : service_(service) {
+ : FakeGCMDriver(base::ThreadTaskRunnerHandle::Get()),
+ service_(service) {
}
CustomFakeGCMDriver::~CustomFakeGCMDriver() {
« no previous file with comments | « chrome/browser/push_messaging/push_messaging_service_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