return extension_loader.LoadExtension(extension_dir.Pack());As mentioned in chat, this seems to fail on branded builds because the extension is disabled as "the installation cannot be verified", see install_verifier.cc
One way to bypass this in tests is to add a scoped override:
`extensions::ScopedInstallVerifierBypassForTest install_verifier_bypass;`
This is probably enough for this CL though I am curious how this test fails on branded builds without it when others may not...
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | 
  return extension_loader.LoadExtension(extension_dir.Pack());As mentioned in chat, this seems to fail on branded builds because the extension is disabled as "the installation cannot be verified", see install_verifier.cc
One way to bypass this in tests is to add a scoped override:
`extensions::ScopedInstallVerifierBypassForTest install_verifier_bypass;`This is probably enough for this CL though I am curious how this test fails on branded builds without it when others may not...
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | 
Hi Mikel and Finnur, please take another look. Thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | 
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |