| Index: chrome/browser/component_updater/sth_set_component_installer.h
|
| diff --git a/chrome/browser/component_updater/sth_set_component_installer.h b/chrome/browser/component_updater/sth_set_component_installer.h
|
| index 994ac37900f0141f6d82b868ca935a3f629c67b1..c64f30e84ec8ed8e89d67c2a1c36ad5ffc161a3f 100644
|
| --- a/chrome/browser/component_updater/sth_set_component_installer.h
|
| +++ b/chrome/browser/component_updater/sth_set_component_installer.h
|
| @@ -61,6 +61,7 @@ class STHSetComponentInstallerTraits : public ComponentInstallerTraits {
|
| void GetHash(std::vector<uint8_t>* hash) const override;
|
| std::string GetName() const override;
|
| update_client::InstallerAttributes GetInstallerAttributes() const override;
|
| + std::vector<std::string> GetMimeTypes() const override;
|
|
|
| // Reads and parses the on-disk json.
|
| void LoadSTHsFromDisk(const base::FilePath& sths_file_path,
|
|
|