| Index: components/component_updater/default_component_installer.cc
|
| diff --git a/components/component_updater/default_component_installer.cc b/components/component_updater/default_component_installer.cc
|
| index 92023e8282d99484a0e47cade09c3114056a1c78..c7caad637cb70c2411c65a5e1875fefd30fa917c 100644
|
| --- a/components/component_updater/default_component_installer.cc
|
| +++ b/components/component_updater/default_component_installer.cc
|
| @@ -335,6 +335,7 @@ void DefaultComponentInstaller::FinishRegistration(
|
| crx.installer_attributes = installer_traits_->GetInstallerAttributes();
|
| crx.requires_network_encryption =
|
| installer_traits_->RequiresNetworkEncryption();
|
| + installer_traits_->AddMimeTypes(&crx.handled_mime_types);
|
| if (!cus->RegisterComponent(crx)) {
|
| LOG(ERROR) << "Component registration failed for "
|
| << installer_traits_->GetName();
|
|
|