diff options
author | jianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-04 04:36:41 +0000 |
---|---|---|
committer | jianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-04 04:36:41 +0000 |
commit | 363f7b2a58deccb0054b87e3cbdbb64a287b0465 (patch) | |
tree | 94e2d733f37d868554c1eb1a75f1d306ebdc7a42 /google_apis | |
parent | 8f67732ce65f32a31243641b224ef3ea0700b33e (diff) | |
download | chromium_src-363f7b2a58deccb0054b87e3cbdbb64a287b0465.zip chromium_src-363f7b2a58deccb0054b87e3cbdbb64a287b0465.tar.gz chromium_src-363f7b2a58deccb0054b87e3cbdbb64a287b0465.tar.bz2 |
[GCM] Support persisting registration info for GCMProfileService
The registration info, including sender IDs and registration ID, is saved into extension's state store. It will be loaded when the app gets loaded.
BUG=284553
TEST=new tests added
Review URL: https://codereview.chromium.org/89573002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238566 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'google_apis')
-rw-r--r-- | google_apis/gcm/gcm_client.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/google_apis/gcm/gcm_client.h b/google_apis/gcm/gcm_client.h index 85d3af7..66e17a0 100644 --- a/google_apis/gcm/gcm_client.h +++ b/google_apis/gcm/gcm_client.h @@ -94,12 +94,6 @@ class GCM_EXPORT GCMClient { const std::string& registration_id, Result result) = 0; - // Called when the unregistration completed successfully or an error occurs. - // |app_id|: application ID. - // |result|: the type of the error if an error occured, success otherwise. - virtual void OnUnregisterFinished(const std::string& app_id, - Result result) = 0; - // Called when the message is scheduled to send successfully or an error // occurs. // |app_id|: application ID. |