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

Unified Diff: components/gcm_driver/gcm_channel_status_request.h

Issue 561943002: Reland: Add GCMChannelStatusSyncer to schedule requests and enable/disable GCM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix try jobs 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: components/gcm_driver/gcm_channel_status_request.h
diff --git a/components/gcm_driver/gcm_channel_status_request.h b/components/gcm_driver/gcm_channel_status_request.h
index b27257596bc2022afed50c3d1e096ec2d59d2508..6ce1babac7ba84c50bc6af3155beac7a364d868a 100644
--- a/components/gcm_driver/gcm_channel_status_request.h
+++ b/components/gcm_driver/gcm_channel_status_request.h
@@ -36,9 +36,8 @@ class GCMChannelStatusRequest : public net::URLFetcherDelegate {
void Start();
- // Exposed for testing purpose.
- static int default_poll_interval_seconds_for_testing();
- static int min_poll_interval_seconds_for_testing();
+ static int default_poll_interval_seconds();
+ static int min_poll_interval_seconds();
private:
// Overridden from URLFetcherDelegate:

Powered by Google App Engine
This is Rietveld 408576698