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

Unified Diff: google_apis/gcm/gcm_client.cc

Issue 270783002: [GCM] Add more UMA to GCM (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address feedback Created 6 years, 7 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: google_apis/gcm/gcm_client.cc
diff --git a/google_apis/gcm/gcm_client.cc b/google_apis/gcm/gcm_client.cc
index 75884d6f2aeeb578b84f5498b2390fd6b2c81b67..dd2a31688d3b88cf9bcdc95cf9cb83376ed5fdb7 100644
--- a/google_apis/gcm/gcm_client.cc
+++ b/google_apis/gcm/gcm_client.cc
@@ -7,7 +7,7 @@
namespace gcm {
GCMClient::OutgoingMessage::OutgoingMessage()
- : time_to_live(0) {
+ : time_to_live(kMaximumTTL) {
}
GCMClient::OutgoingMessage::~OutgoingMessage() {

Powered by Google App Engine
This is Rietveld 408576698