Chromium Code Reviews| Index: google_apis/gcm/gcm_client.h |
| diff --git a/google_apis/gcm/gcm_client.h b/google_apis/gcm/gcm_client.h |
| index eee1dd557ea884e7819e7b1df102b68db3951892..c92b1c515c86a634e1fa51c46e6e1877db3ea972 100644 |
| --- a/google_apis/gcm/gcm_client.h |
| +++ b/google_apis/gcm/gcm_client.h |
| @@ -77,6 +77,7 @@ class GCM_EXPORT GCMClient { |
| MessageData data; |
| std::string collapse_key; |
| + std::string sender_id; |
| }; |
| // A delegate interface that allows the GCMClient instance to interact with |