summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_gcm_app_handler.h
Commit message (Expand)AuthorAgeFilesLines
* Call InstanceID::DeleteID to delete InstanceID data when the app orjianli2015-06-041-2/+8
* Remove Instance ID and token data when an app with gcm permission isjianli2015-05-281-1/+3
* Standardize usage of virtual/override/final in chrome/browser/extensions/dcheng2014-10-211-19/+16
* replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/mostynb2014-10-041-8/+8
* Cleanup extensions code that is no longer needed after disabling extensions o...thestig@chromium.org2014-08-091-2/+0
* [GCM] Adding the OnSendAcknowledgement eventfgorski@chromium.org2014-08-061-0/+2
* Add "UninstallReason" parameter to ExtensionRegistryObserver::OnExtensionUnin...rpaquay@chromium.org2014-07-201-2/+4
* Don't stop and restart GCM when extension/app is being updatedjianli@chromium.org2014-06-171-2/+8
* Move GCMClient related files to gcm_driver componentjianli@chromium.org2014-06-091-1/+1
* Use ExtensionRegistryObserver instead of deprecated extension notification fr...limasdf@gmail.com2014-05-301-9/+2
* Make GCMProfileService own GCMDriver, instead of deriving from itjianli@chromium.org2014-05-211-1/+2
* Componentize GCM Part 1: create GCM component and move some files overjianli@chromium.org2014-05-141-1/+1
* Revert 270226 "Componentize GCM Part 1: create GCM component and..."piman@chromium.org2014-05-131-1/+1
* Componentize GCM Part 1: create GCM component and move some files overjianli@chromium.org2014-05-131-1/+1
* Extract Profile-independent GCMService from GCMProfileServicebartfab@chromium.org2014-04-251-0/+6
* Remove some NOTIFICATION_EXTENSION_UNLOADED_DEPRECATEDlimasdf@gmail.com2014-04-221-1/+17
* [GCM] Move extension specific tests out of gcm_profile_service_unit_testjianli@chromium.org2014-04-031-2/+4
* [GCM] Create ExtensionGCMAppHandler on browser startupjianli@chromium.org2014-03-211-5/+18
* [GCM] Move extension specific logic out of GCMProfileServicejianli@chromium.org2014-03-201-0/+67