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

Unified Diff: components/gcm_driver/fake_gcm_driver.h

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: components/gcm_driver/fake_gcm_driver.h
diff --git a/components/gcm_driver/fake_gcm_driver.h b/components/gcm_driver/fake_gcm_driver.h
index 8aa19da0a9e98b3a1b705c38e96d0e2af304dcde..0ff10b02e6846ae3290f9e9e41038a65f51b9d68 100644
--- a/components/gcm_driver/fake_gcm_driver.h
+++ b/components/gcm_driver/fake_gcm_driver.h
@@ -14,6 +14,9 @@ namespace gcm {
class FakeGCMDriver : public GCMDriver {
public:
FakeGCMDriver();
+ FakeGCMDriver(
jianli 2015/07/20 21:36:33 nit: add explicit
Peter Beverloo 2015/07/21 14:11:30 Done.
+ const scoped_refptr<base::SequencedTaskRunner>& blocking_task_runner);
+
~FakeGCMDriver() override;
// GCMDriver overrides:

Powered by Google App Engine
This is Rietveld 408576698