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 abf2fd5e9bfb8029cab850a37460043ab8d514c7..016438406a1b79a0ba998f55f17df226ddd89367 100644 |
| --- a/components/gcm_driver/gcm_client.h |
| +++ b/components/gcm_driver/gcm_client.h |
| @@ -201,7 +201,9 @@ class GCMClient { |
| // Called when the GCM becomes ready. To get to this state, GCMClient |
| // finished loading from the GCM store and retrieved the device check-in |
| // from the server if it hadn't yet. |
| - virtual void OnGCMReady() = 0; |
| + // |account_mappings|: a list of accounts mapped to this GCM client. |
|
jianli
2014/09/24 21:21:31
nit: a list of persisted accounts ...
fgorski
2014/09/24 22:25:40
Done.
|
| + virtual void OnGCMReady( |
| + const std::vector<AccountMapping>& account_mappings) = 0; |
| // Called when activities are being recorded and a new activity has just |
| // been recorded. |