summaryrefslogtreecommitdiffstats
path: root/components/gcm_driver/gcm_channel_status_request.cc
Commit message (Expand)AuthorAgeFilesLines
* components: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-021-6/+6
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-011-2/+2
* [GCM] DCHECK should not be used since it will skip the code insidejianli2014-10-171-1/+3
* [GCM] Start GCMChannelStatusSyncer when GCM is disabledJian Li2014-10-161-4/+9
* Revert of [GCM] Start GCMChannelStatusSyncer when GCM is disabled (patchset #...jianli2014-10-141-9/+4
* [GCM] Start GCMChannelStatusSyncer when GCM is disabledjianli2014-10-141-4/+9
* [GCM] Updates to GCMChannelStatusSyncer - UserAgent and server URL.fgorski2014-10-101-3/+6
* [GCM] Updating GCM Status Syncer to the new Experiment Status pbfgorski2014-10-091-6/+7
* Reland: Add GCMChannelStatusSyncer to schedule requests and enable/disable GCMjianli2014-09-191-2/+2
* Revert of Add GCMChannelStatusSyncer to schedule requests and enable/disable ...dbeam2014-09-181-2/+2
* Add GCMChannelStatusSyncer to schedule requests and enable/disable GCMjianli2014-09-181-2/+2
* [GCM] Use the correct content type to talk with server for all usersjianli2014-09-161-1/+1
* Add GCMChannelStatusRequest to talk with server for all usersjianli2014-09-081-0/+146