AddAppHandler     111 chrome/browser/extensions/extension_gcm_app_handler.cc         GetGCMProfileService()->AddAppHandler(extension->id(), this);
AddAppHandler     280 chrome/browser/invalidation/gcm_invalidation_bridge.cc   gcm_profile_service_->AddAppHandler(kInvalidationsAppId, this);
AddAppHandler      91 chrome/browser/services/gcm/gcm_profile_service.h   virtual void AddAppHandler(const std::string& app_id, GCMAppHandler* handler);
AddAppHandler     159 chrome/browser/services/gcm/gcm_profile_service_unittest.cc     gcm_profile_service->AddAppHandler(kTestingAppId, gcm_app_handler());
AddAppHandler     160 chrome/browser/services/gcm/gcm_profile_service_unittest.cc     gcm_profile_service->AddAppHandler(kTestingAppId2, gcm_app_handler());