| Index: chrome/browser/notifications/desktop_notification_service.cc
|
| diff --git a/chrome/browser/notifications/desktop_notification_service.cc b/chrome/browser/notifications/desktop_notification_service.cc
|
| index 78e9b9e300764a2fb473b826cf0ae75121fd7398..5733d2756d8714d452b04eb69efd4b2f9ee2ccb1 100644
|
| --- a/chrome/browser/notifications/desktop_notification_service.cc
|
| +++ b/chrome/browser/notifications/desktop_notification_service.cc
|
| @@ -268,6 +268,7 @@ void DesktopNotificationService::FirePermissionLevelChangedEvent(
|
| args->Append(new base::StringValue(
|
| extensions::api::notifications::ToString(permission)));
|
| scoped_ptr<extensions::Event> event(new extensions::Event(
|
| + extensions::events::UNKNOWN,
|
| extensions::api::notifications::OnPermissionLevelChanged::kEventName,
|
| args.Pass()));
|
| extensions::EventRouter::Get(profile_)
|
|
|