| 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..64a11b1c4687c230cd751dc5ffa6d4f4e2d87180 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;
|
| + void AddMimeTypes(std::vector<std::string>* mime_types) const override;
|
|
|
| // Reads and parses the on-disk json.
|
| void LoadSTHsFromDisk(const base::FilePath& sths_file_path,
|
|
|