| Index: chrome/browser/extensions/extension_app_api.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_app_api.cc (revision 106989)
|
| +++ chrome/browser/extensions/extension_app_api.cc (working copy)
|
| @@ -72,11 +72,6 @@
|
|
|
| manager->Add(item.release());
|
|
|
| - content::NotificationService::current()->Notify(
|
| - chrome::NOTIFICATION_APP_NOTIFICATION_STATE_CHANGED,
|
| - content::Source<Profile>(profile_),
|
| - content::Details<const std::string>(&id));
|
| -
|
| return true;
|
| }
|
|
|
| @@ -94,9 +89,5 @@
|
| AppNotificationManager* manager =
|
| profile()->GetExtensionService()->app_notification_manager();
|
| manager->ClearAll(id);
|
| - content::NotificationService::current()->Notify(
|
| - chrome::NOTIFICATION_APP_NOTIFICATION_STATE_CHANGED,
|
| - content::Source<Profile>(profile_),
|
| - content::Details<const std::string>(&id));
|
| return true;
|
| }
|
|
|