| Index: chrome/browser/extensions/updater/chrome_update_client_config.h
|
| diff --git a/chrome/browser/extensions/updater/chrome_update_client_config.h b/chrome/browser/extensions/updater/chrome_update_client_config.h
|
| index 36318c5120d179b8d5169381fdf912e9f7dcebb9..ac05fd54fd88e5de832a0cdec70cb82f2f1260e9 100644
|
| --- a/chrome/browser/extensions/updater/chrome_update_client_config.h
|
| +++ b/chrome/browser/extensions/updater/chrome_update_client_config.h
|
| @@ -13,6 +13,10 @@
|
| #include "components/component_updater/configurator_impl.h"
|
| #include "extensions/browser/updater/update_client_config.h"
|
|
|
| +namespace base {
|
| +class FilePath;
|
| +}
|
| +
|
| namespace content {
|
| class BrowserContext;
|
| }
|
| @@ -43,6 +47,7 @@ class ChromeUpdateClientConfig : public UpdateClientConfig {
|
| bool DeltasEnabled() const override;
|
| bool UseBackgroundDownloader() const override;
|
| bool UseCupSigning() const override;
|
| + base::FilePath GetMetadataPath() const override;
|
|
|
| protected:
|
| friend class base::RefCountedThreadSafe<ChromeUpdateClientConfig>;
|
|
|