Files
helium/debian/patches/disable/external-components.patch
Eloston 5e8887fcfa 45.0.2454.85
New upstream version based off of Debian's 45.0.2454.85-1
Now requires a backported ffmpeg from testing or unstable
Fixed extension installing
Removed backup URL from debian/rules
Removed disable-detect-odr-violations.patch
Added disable-translate.patch (disables communication with translate.9oo91eapis.qjz9zk)
Added disable-google-host-detection.patch
2015-09-04 21:53:19 -07:00

13 lines
438 B
Diff

--- a/chrome/browser/extensions/external_component_loader.cc
+++ b/chrome/browser/extensions/external_component_loader.cc
@@ -52,6 +52,9 @@ bool ExternalComponentLoader::IsModifiab
void ExternalComponentLoader::StartLoading() {
prefs_.reset(new base::DictionaryValue());
+ LoadFinished();
+ return;
+
AddExternalExtension(extension_misc::kInAppPaymentsSupportAppId);
if (HotwordServiceFactory::IsHotwordAllowed(profile_))