| Index: components/gcm_driver/gcm_driver.h
|
| diff --git a/components/gcm_driver/gcm_driver.h b/components/gcm_driver/gcm_driver.h
|
| index 69d7756c4c4769df1fcb97da5380dbeed661c2a6..3bcb47f6ce9d63fbcc5a73e173646822ff42aedd 100644
|
| --- a/components/gcm_driver/gcm_driver.h
|
| +++ b/components/gcm_driver/gcm_driver.h
|
| @@ -94,9 +94,6 @@ class GCMDriver {
|
| // Returns true if the service was started.
|
| virtual bool IsStarted() const = 0;
|
|
|
| - // Returns true if the gcm client is ready.
|
| - virtual bool IsGCMClientReady() const = 0;
|
| -
|
| // Returns true if the gcm client has an open and active connection.
|
| virtual bool IsConnected() const = 0;
|
|
|
|
|