| 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 6ecb7d3615a2caf8924c86e41aff3da7282c9c5e..4e3c818826ce5bd80dbb454b34104fff58e6a389 100644
|
| --- a/chrome/browser/extensions/updater/chrome_update_client_config.h
|
| +++ b/chrome/browser/extensions/updater/chrome_update_client_config.h
|
| @@ -44,8 +44,8 @@ class ChromeUpdateClientConfig : public UpdateClientConfig {
|
| bool EnabledComponentUpdates() const override;
|
| bool EnabledBackgroundDownloader() const override;
|
| bool EnabledCupSigning() const override;
|
| - PrefService* GetPrefService() const override;
|
| bool IsPerUserInstall() const override;
|
| + std::unique_ptr<update_client::PersistedData> CreateMetadata() const override;
|
|
|
| protected:
|
| friend class base::RefCountedThreadSafe<ChromeUpdateClientConfig>;
|
|
|