chore: remove NOTIFICATION_EXTENSIONS_READY_DEPRECATED

Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2199874
This commit is contained in:
Andy Locascio
2020-05-15 15:21:13 -07:00
committed by deepak1556
parent e730c2dffe
commit 7914445469

View File

@@ -62,10 +62,6 @@ void ElectronExtensionSystem::LoadExtension(
void ElectronExtensionSystem::FinishInitialization() {
// Inform the rest of the extensions system to start.
ready_.Signal();
content::NotificationService::current()->Notify(
NOTIFICATION_EXTENSIONS_READY_DEPRECATED,
content::Source<BrowserContext>(browser_context_),
content::NotificationService::NoDetails());
}
void ElectronExtensionSystem::ReloadExtension(const ExtensionId& extension_id) {