Index: components/gcm_driver/fake_gcm_driver.h |
diff --git a/components/gcm_driver/fake_gcm_driver.h b/components/gcm_driver/fake_gcm_driver.h |
index dcc8439cffe0f9af45bdb08b4202e57b4ef67099..f5b0a43e7d97e598c1e90739b81a5a3aa9acf6d6 100644 |
--- a/components/gcm_driver/fake_gcm_driver.h |
+++ b/components/gcm_driver/fake_gcm_driver.h |
@@ -29,7 +29,6 @@ class FakeGCMDriver : 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; |