Chromium Code Reviews| Index: chrome/browser/extensions/api/gcm/gcm_api.cc |
| diff --git a/chrome/browser/extensions/api/gcm/gcm_api.cc b/chrome/browser/extensions/api/gcm/gcm_api.cc |
| index ca57f8af9eff399d596e6390336646f32595c450..604ea36592f302b7066f43a1916e0127eae61771 100644 |
| --- a/chrome/browser/extensions/api/gcm/gcm_api.cc |
| +++ b/chrome/browser/extensions/api/gcm/gcm_api.cc |
| @@ -129,7 +129,7 @@ bool GcmRegisterFunction::DoWork() { |
| GCMProfileService()->Register( |
| GetExtension()->id(), |
| - params->sender_ids, |
| + params->sender_id, |
|
jianli
2014/03/03 21:29:31
Do we want to validate if the sender ID is empty h
fgorski
2014/03/03 23:14:16
This is already done by the gcm.json, and covered
|
| SHA1HashHexString(GetExtension()->public_key()), |
| base::Bind(&GcmRegisterFunction::CompleteFunctionWithResult, this)); |