| Index: components/update_client/test_configurator.h
|
| diff --git a/components/update_client/test_configurator.h b/components/update_client/test_configurator.h
|
| index 83e01d419a4aa868c09355d0bc6a73a995fe7fb7..2375489ce5d55ef0ee6fac97781b96335eee3e38 100644
|
| --- a/components/update_client/test_configurator.h
|
| +++ b/components/update_client/test_configurator.h
|
| @@ -64,6 +64,7 @@ class TestConfigurator : public Configurator {
|
| int UpdateDelay() const override;
|
| std::vector<GURL> UpdateUrl() const override;
|
| std::vector<GURL> PingUrl() const override;
|
| + std::string GetProdId() const override;
|
| base::Version GetBrowserVersion() const override;
|
| std::string GetChannel() const override;
|
| std::string GetBrand() const override;
|
|
|