1. 75872a6 Update ScopedObserver declarations in extensions directories. by Evan Stade · 6 years ago
  2. 495db68 Use in-class initializers for base::WeakPtrFactory in chrome/. by Jeremy Roman · 6 years ago
  3. 7b3b5ea Rename gcm_messages.* files to gcm_message.* by Rayan Kanso · 6 years ago
  4. 0deef204 struct UnloadedExtensionInfo -> enum UnloadedExtensionInfoReason by limasdf · 8 years ago
  5. 383ce0f Restore KeyedServiceFactory diagnostics for context use-after-destroy. by sense · 8 years ago
  6. 8aa3c277 chrome: Cleanup class/struct forward declarations by jbriance · 9 years ago
  7. 93ec793 Notify GCMAppHandlers when the store is reset, so they clear cached IDs by johnme · 9 years ago
  8. c963c714 Convert //chrome/browser/extensions from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  9. f8633deb GCM: refactor IncomingMessaging and OutgoingMessage. by mvanouwerkerk · 10 years ago
  10. 7898ae71 Call InstanceID::DeleteID to delete InstanceID data when the app or by jianli · 10 years ago
  11. c5f6bd9 Remove Instance ID and token data when an app with gcm permission is uninstalled by jianli · 10 years ago
  12. ae36a4a Standardize usage of virtual/override/final in chrome/browser/extensions/ by dcheng · 11 years ago
  13. a15bee1 replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/ by mostynb · 11 years ago
  14. 13e062e Cleanup extensions code that is no longer needed after disabling extensions on Android. by [email protected] · 11 years ago
  15. 292af2b2 [GCM] Adding the OnSendAcknowledgement event by [email protected] · 11 years ago
  16. e43c61f Add "UninstallReason" parameter to ExtensionRegistryObserver::OnExtensionUninstalled. by [email protected] · 11 years ago
  17. 1182aa1b Don't stop and restart GCM when extension/app is being updated by [email protected] · 11 years ago
  18. cd57f37 Move GCMClient related files to gcm_driver component by [email protected] · 11 years ago
  19. 488949b Use ExtensionRegistryObserver instead of deprecated extension notification from c/b/extension by [email protected] · 11 years ago
  20. 9d7e5c0 Make GCMProfileService own GCMDriver, instead of deriving from it by [email protected] · 11 years ago
  21. 446f73c2 Componentize GCM Part 1: create GCM component and move some files over by [email protected] · 11 years ago
  22. 07243f9 Revert 270226 "Componentize GCM Part 1: create GCM component and..." by [email protected] · 11 years ago
  23. 5375f66 Componentize GCM Part 1: create GCM component and move some files over by [email protected] · 11 years ago
  24. df84c53 Extract Profile-independent GCMService from GCMProfileService by [email protected] · 11 years ago
  25. 96ac596 Remove some NOTIFICATION_EXTENSION_UNLOADED_DEPRECATED from c/b/extension by [email protected] · 11 years ago
  26. 2ac4673 [GCM] Move extension specific tests out of gcm_profile_service_unit_test by [email protected] · 11 years ago
  27. 2f361704 [GCM] Create ExtensionGCMAppHandler on browser startup by [email protected] · 11 years ago
  28. 240fc7e [GCM] Move extension specific logic out of GCMProfileService by [email protected] · 11 years ago