Chromium Code Reviews| Index: google_apis/gcm/gcm_client.h |
| diff --git a/google_apis/gcm/gcm_client.h b/google_apis/gcm/gcm_client.h |
| index 28c9ef2b453d5c837285bbaca997b379ed9c0e38..9426486a55981814089385afbdbdb1e3d6e999e8 100644 |
| --- a/google_apis/gcm/gcm_client.h |
| +++ b/google_apis/gcm/gcm_client.h |
| @@ -156,6 +156,10 @@ class GCM_EXPORT 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; |
| + |
| + // Called when the GCMClient is recording activities and a new activity has |
|
jianli
2014/05/06 22:54:53
Should we mention "the GCMClient is recording acti
juyik
2014/05/07 00:07:48
Done.
|
| + // just been recorded. |
| + virtual void OnActivityRecorded() = 0; |
| }; |
| GCMClient(); |