Commit c6338d72 authored by jianli's avatar jianli Committed by Commit bot

[GCM] Use the correct content type to talk with server for all users

BUG=384041

Review URL: https://codereview.chromium.org/561453002

Cr-Commit-Position: refs/heads/master@{#294984}
parent b46831d1
......@@ -21,7 +21,7 @@ namespace {
const char kGCMChannelStatusRequestURL[] =
"https://clients4.google.com/chrome-sync/command/";
const char kRequestContentType[] = "application/x-protobuf";
const char kRequestContentType[] = "application/octet-stream";
const char kGCMChannelTag[] = "gcm_channel";
const int kDefaultPollIntervalSeconds = 60 * 60; // 60 minutes.
const int kMinPollIntervalSeconds = 30 * 60; // 30 minutes.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment