| Index: components/gcm_driver/instance_id/fake_gcm_driver_for_instance_id.h
|
| diff --git a/components/gcm_driver/instance_id/fake_gcm_driver_for_instance_id.h b/components/gcm_driver/instance_id/fake_gcm_driver_for_instance_id.h
|
| index c8e9ab7eb9c3efe6428f2c2229eeb37e3a93012e..c22fb9e3b6fb832d30b5085308dbf9f083a96778 100644
|
| --- a/components/gcm_driver/instance_id/fake_gcm_driver_for_instance_id.h
|
| +++ b/components/gcm_driver/instance_id/fake_gcm_driver_for_instance_id.h
|
| @@ -26,11 +26,13 @@ class FakeGCMDriverForInstanceID : public gcm::FakeGCMDriver,
|
|
|
| // InstanceIDHandler overrides:
|
| void GetToken(const std::string& app_id,
|
| + bool use_subtype,
|
| const std::string& authorized_entity,
|
| const std::string& scope,
|
| const std::map<std::string, std::string>& options,
|
| const GetTokenCallback& callback) override;
|
| void DeleteToken(const std::string& app_id,
|
| + bool use_subtype,
|
| const std::string& authorized_entity,
|
| const std::string& scope,
|
| const DeleteTokenCallback& callback) override;
|
|
|