Skip to content

Commit 5f0848d

Browse files
committed
restart crashed extension unconditionally, workaround for #75
1 parent 82fb940 commit 5f0848d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

chrome/browser/background/background_contents_service.cc

+2-3
Original file line numberDiff line numberDiff line change
@@ -734,10 +734,9 @@ void BackgroundContentsService::HandleExtensionCrashed(
734734
extensions::Manifest::IsPolicyLocation(extension->location());
735735
if (!force_installed) {
736736
ShowBalloon(extension);
737-
} else {
738-
// Restart the extension.
739-
RestartForceInstalledExtensionOnCrash(extension);
740737
}
738+
739+
RestartForceInstalledExtensionOnCrash(extension);
741740
}
742741

743742
void BackgroundContentsService::NotificationImageReady(

0 commit comments

Comments
 (0)