| 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..740a3c75f35ba23e6c75a241a95442f4b84c5d02 100644
|
| --- a/components/gcm_driver/gcm_client.h
|
| +++ b/components/gcm_driver/gcm_client.h
|
| @@ -201,7 +201,10 @@ 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 persisted list of accounts mapped to this GCM
|
| + // client.
|
| + virtual void OnGCMReady(
|
| + const std::vector<AccountMapping>& account_mappings) = 0;
|
|
|
| // Called when activities are being recorded and a new activity has just
|
| // been recorded.
|
|
|