| Index: chrome/browser/services/gcm/gcm_client_mock.h
|
| diff --git a/chrome/browser/services/gcm/gcm_client_mock.h b/chrome/browser/services/gcm/gcm_client_mock.h
|
| index 23fc7c41a216eae107bdeba19ed8dd77dc65d855..3729f88653bc2ecd577c1495f2fb76782c6634cc 100644
|
| --- a/chrome/browser/services/gcm/gcm_client_mock.h
|
| +++ b/chrome/browser/services/gcm/gcm_client_mock.h
|
| @@ -53,6 +53,7 @@ class GCMClientMock : public GCMClient {
|
| virtual void Send(const std::string& app_id,
|
| const std::string& receiver_id,
|
| const OutgoingMessage& message) OVERRIDE;
|
| + virtual GCMStatistics GetStatistics() const OVERRIDE;
|
|
|
| // Initiate the loading that has been delayed.
|
| // Called on UI thread.
|
| @@ -84,6 +85,7 @@ class GCMClientMock : public GCMClient {
|
|
|
| Delegate* delegate_;
|
| Status status_;
|
| + GCMClient::GCMStatistics stats_;
|
| LoadingDelay loading_delay_;
|
| ErrorSimulation error_simulation_;
|
| base::WeakPtrFactory<GCMClientMock> weak_ptr_factory_;
|
|
|