Index: components/gcm_driver/gcm_client.h |
diff --git a/components/gcm_driver/gcm_client.h b/components/gcm_driver/gcm_client.h |
index f93beddf09d4d9224a72ca72cc1ccad71c915af7..0f10674294e5607c3863e7efd9351bd632643468 100644 |
--- a/components/gcm_driver/gcm_client.h |
+++ b/components/gcm_driver/gcm_client.h |
@@ -246,10 +246,6 @@ class GCMClient { |
// Stops using the GCM service. This will not erase the persisted data. |
virtual void Stop() = 0; |
- // Checks out of the GCM service. This will erase all the cached and persisted |
- // data. |
- virtual void CheckOut() = 0; |
- |
// Registers the application for GCM. Delegate::OnRegisterFinished will be |
// called asynchronously upon completion. |
// |app_id|: application ID. |