| Index: components/update_client/test_configurator.cc
|
| diff --git a/components/update_client/test_configurator.cc b/components/update_client/test_configurator.cc
|
| index edf5ddfac500076abc4e11de97ba70acf0ad866b..c2bcbfe5746508464cf3bb90a61995ce06e2b071 100644
|
| --- a/components/update_client/test_configurator.cc
|
| +++ b/components/update_client/test_configurator.cc
|
| @@ -131,6 +131,10 @@ bool TestConfigurator::EnabledCupSigning() const {
|
| return enabled_cup_signing_;
|
| }
|
|
|
| +bool TestConfigurator::EnabledImprovedRecovery() const {
|
| + return false;
|
| +}
|
| +
|
| void TestConfigurator::SetBrand(const std::string& brand) {
|
| brand_ = brand;
|
| }
|
|
|