| Index: apps/shell/browser/shell_extension_system.cc
|
| diff --git a/apps/shell/browser/shell_extension_system.cc b/apps/shell/browser/shell_extension_system.cc
|
| index ce7d3ac9f5eae7b47525e619cad015f6dd9c730f..37bb1477e8354ad1cbad2b4311a92711078b5049 100644
|
| --- a/apps/shell/browser/shell_extension_system.cc
|
| +++ b/apps/shell/browser/shell_extension_system.cc
|
| @@ -59,7 +59,7 @@ bool ShellExtensionSystem::LoadAndLaunchApp(const base::FilePath& app_dir) {
|
| RegisterExtensionWithRequestContexts(extension);
|
|
|
| content::NotificationService::current()->Notify(
|
| - chrome::NOTIFICATION_EXTENSION_LOADED,
|
| + chrome::NOTIFICATION_EXTENSION_LOADED_DEPRECATED,
|
| content::Source<BrowserContext>(browser_context_),
|
| content::Details<const Extension>(extension));
|
|
|
|
|