Index: apps/app_window.cc |
diff --git a/apps/app_window.cc b/apps/app_window.cc |
index 20718921e4a0477d1f3b53be3dc16523e37f9608..6412b1041ba6fabfa67aacdc51131a653731a2e6 100644 |
--- a/apps/app_window.cc |
+++ b/apps/app_window.cc |
@@ -320,7 +320,7 @@ void AppWindow::Init(const GURL& url, |
content::NotificationService::AllSources()); |
// Update the app menu if an ephemeral app becomes installed. |
registrar_.Add(this, |
- chrome::NOTIFICATION_EXTENSION_INSTALLED, |
+ chrome::NOTIFICATION_EXTENSION_INSTALLED_DEPRECATED, |
content::Source<content::BrowserContext>( |
client->GetOriginalContext(browser_context_))); |
@@ -971,7 +971,7 @@ void AppWindow::Observe(int type, |
native_app_window_->Close(); |
break; |
} |
- case chrome::NOTIFICATION_EXTENSION_INSTALLED: { |
+ case chrome::NOTIFICATION_EXTENSION_INSTALLED_DEPRECATED: { |
const extensions::Extension* installed_extension = |
content::Details<const extensions::InstalledExtensionInfo>(details) |
->extension; |