Chromium Code Reviews| Index: components/gcm_driver/gcm_client.h |
| diff --git a/components/gcm_driver/gcm_client.h b/components/gcm_driver/gcm_client.h |
| index add4deabf928426be6550db6b8c094db6c2195f6..2d1ea0ee716a41539acafa7e59f83abbd4b5b25e 100644 |
| --- a/components/gcm_driver/gcm_client.h |
| +++ b/components/gcm_driver/gcm_client.h |
| @@ -98,6 +98,7 @@ class GCMClient { |
| ChromePlatform platform; |
| ChromeChannel channel; |
| std::string version; |
| + std::string category_for_subtypes; |
| }; |
| // Detailed information of the Send Error event. |