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

Unified Diff: components/gcm_driver/gcm_channel_status_request.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. 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.cc
diff --git a/components/gcm_driver/gcm_channel_status_request.cc b/components/gcm_driver/gcm_channel_status_request.cc
index fd405d1b8c260f8ffdf6e47761d96710e9e308d7..206ee39899e95225dfcdbeed00080366eeb31110 100644
--- a/components/gcm_driver/gcm_channel_status_request.cc
+++ b/components/gcm_driver/gcm_channel_status_request.cc
@@ -41,12 +41,12 @@
}
// static
-int GCMChannelStatusRequest::default_poll_interval_seconds() {
+int GCMChannelStatusRequest::default_poll_interval_seconds_for_testing() {
return kDefaultPollIntervalSeconds;
}
// static
-int GCMChannelStatusRequest::min_poll_interval_seconds() {
+int GCMChannelStatusRequest::min_poll_interval_seconds_for_testing() {
return kMinPollIntervalSeconds;
}
« no previous file with comments | « components/gcm_driver/gcm_channel_status_request.h ('k') | components/gcm_driver/gcm_channel_status_request_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698