| Index: chrome/browser/component_updater/ev_whitelist_component_installer.h
|
| diff --git a/chrome/browser/component_updater/ev_whitelist_component_installer.h b/chrome/browser/component_updater/ev_whitelist_component_installer.h
|
| index b779fa5a131f37f67564f1b6701352cdb71c8956..3b421ac4c89d412f90a3eadf58a9112ea3ce64d9 100644
|
| --- a/chrome/browser/component_updater/ev_whitelist_component_installer.h
|
| +++ b/chrome/browser/component_updater/ev_whitelist_component_installer.h
|
| @@ -42,6 +42,7 @@ class EVWhitelistComponentInstallerTraits : 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;
|
|
|
| static base::FilePath GetInstalledPath(const base::FilePath& base);
|
|
|
|
|