| Index: components/gcm_driver/gcm_driver_android.h
|
| diff --git a/components/gcm_driver/gcm_driver_android.h b/components/gcm_driver/gcm_driver_android.h
|
| index ebf52a0ab44f14464f1ff425ca2ade261434a4f7..a351f8fd8a016e0a863d75e092b664b2a2723495 100644
|
| --- a/components/gcm_driver/gcm_driver_android.h
|
| +++ b/components/gcm_driver/gcm_driver_android.h
|
| @@ -50,7 +50,6 @@ class GCMDriverAndroid : public GCMDriver {
|
| virtual void Disable() OVERRIDE;
|
| virtual GCMClient* GetGCMClientForTesting() const OVERRIDE;
|
| virtual bool IsStarted() const OVERRIDE;
|
| - virtual bool IsGCMClientReady() const OVERRIDE;
|
| virtual bool IsConnected() const OVERRIDE;
|
| virtual void GetGCMStatistics(const GetGCMStatisticsCallback& callback,
|
| bool clear_logs) OVERRIDE;
|
|
|