mirror of
https://github.com/morgan9e/helium
synced 2026-04-15 00:44:06 +09:00
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
13 lines
438 B
Diff
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_))
|