| 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 9b57af2ee21f158106e8393fa2b98542f668c5ad..8aa90ea6f3ad57cf16eb6b212509b1528720d18a 100644
|
| --- a/components/gcm_driver/fake_gcm_driver.h
|
| +++ b/components/gcm_driver/fake_gcm_driver.h
|
| @@ -48,7 +48,8 @@ class FakeGCMDriver : public GCMDriver {
|
| GCMClient::StartMode start_mode) override;
|
| void RegisterImpl(const std::string& app_id,
|
| const std::vector<std::string>& sender_ids) override;
|
| - void UnregisterImpl(const std::string& app_id) override;
|
| + void UnregisterImpl(const std::string& app_id,
|
| + const std::string* maybe_sender_id) override;
|
| void SendImpl(const std::string& app_id,
|
| const std::string& receiver_id,
|
| const GCMClient::OutgoingMessage& message) override;
|
|
|