| Index: chrome/browser/background/background_contents_service.cc
|
| diff --git a/chrome/browser/background/background_contents_service.cc b/chrome/browser/background/background_contents_service.cc
|
| index 844b06000f36cb9aacc7f206b4a29a8ae579afa9..7f20390d3c93cd05f54a6306cdb37d3df3e2311f 100644
|
| --- a/chrome/browser/background/background_contents_service.cc
|
| +++ b/chrome/browser/background/background_contents_service.cc
|
| @@ -349,7 +349,8 @@ void BackgroundContentsService::Observe(
|
|
|
| case chrome::NOTIFICATION_EXTENSION_UNINSTALLED: {
|
| // Remove any "This extension has crashed" balloons.
|
| - ScheduleCloseBalloon(*content::Details<const std::string>(details).ptr());
|
| + ScheduleCloseBalloon(
|
| + content::Details<const Extension>(details).ptr()->id());
|
| break;
|
| }
|
|
|
|
|