Index: components/gcm_driver/gcm_client.h |
diff --git a/components/gcm_driver/gcm_client.h b/components/gcm_driver/gcm_client.h |
index 8a7f7b21747892932828090f27f3821ad40bc44d..825c9fd2982ab3553ead6f30ea9a15c798e12cb3 100644 |
--- a/components/gcm_driver/gcm_client.h |
+++ b/components/gcm_driver/gcm_client.h |
@@ -141,6 +141,13 @@ class GCMClient { |
RecordedActivities recorded_activities; |
}; |
+ // Information about account. |
+ struct AccountTokenInfo { |
+ std::string account_id; |
+ std::string email; |
+ std::string access_token; |
+ }; |
+ |
// A delegate interface that allows the GCMClient instance to interact with |
// its caller, i.e. notifying asynchronous event. |
class Delegate { |