Chromium Code Reviews| Index: google_apis/gcm/engine/gcm_store_impl.h |
| diff --git a/google_apis/gcm/engine/gcm_store_impl.h b/google_apis/gcm/engine/gcm_store_impl.h |
| index 283b920f08d58a57033fcbb6a53f7b36c6b24ba2..c87f00a300155f3d7af011ead9a8f44cf15666a3 100644 |
| --- a/google_apis/gcm/engine/gcm_store_impl.h |
| +++ b/google_apis/gcm/engine/gcm_store_impl.h |
| @@ -91,6 +91,10 @@ class GCM_EXPORT GCMStoreImpl : public GCMStore { |
| void RemoveAccountMapping(const std::string& account_id, |
| const UpdateCallback& callback) override; |
| + // Sets the time of last token fetching time. |
|
Nicolas Zea
2014/10/27 21:54:55
nit: "Sets last token fetch time", here and elsewh
fgorski
2014/10/27 23:46:27
Done.
|
| + void SetLastTokenFetchingTime(const base::Time& time, |
| + const UpdateCallback& callback) override; |
| + |
| private: |
| typedef std::map<std::string, int> AppIdToMessageCountMap; |