| Index: chrome/browser/component_updater/cld_component_installer.h
|
| diff --git a/chrome/browser/component_updater/cld_component_installer.h b/chrome/browser/component_updater/cld_component_installer.h
|
| index 7fc25d1c5d6ebf7e6ac393efc1d2b0d206bda5fa..7a279761c845c6b07aa465d200b4319fd9da7c38 100644
|
| --- a/chrome/browser/component_updater/cld_component_installer.h
|
| +++ b/chrome/browser/component_updater/cld_component_installer.h
|
| @@ -53,6 +53,7 @@ class CldComponentInstallerTraits : public ComponentInstallerTraits {
|
| base::FilePath GetBaseDirectory() const override;
|
| void GetHash(std::vector<uint8_t>* hash) const override;
|
| std::string GetName() const override;
|
| + std::string GetAp() const override;
|
|
|
| static base::FilePath GetInstalledPath(const base::FilePath& base);
|
|
|
|
|