| Index: chrome/browser/extensions/extension_service.cc
|
| diff --git a/chrome/browser/extensions/extension_service.cc b/chrome/browser/extensions/extension_service.cc
|
| index 805ae2534e4a2bf53454e0368d0e17188ad2dda1..bb6cc66bfb29fa3a5598a9c17224316be1f4d218 100644
|
| --- a/chrome/browser/extensions/extension_service.cc
|
| +++ b/chrome/browser/extensions/extension_service.cc
|
| @@ -760,7 +760,7 @@ bool ExtensionService::UninstallExtension(
|
| content::NotificationService::current()->Notify(
|
| chrome::NOTIFICATION_EXTENSION_UNINSTALLED,
|
| content::Source<Profile>(profile_),
|
| - content::Details<const std::string>(&extension_id));
|
| + content::Details<const Extension>(extension));
|
|
|
| if (app_sync_bundle_.HasExtensionId(extension_id) &&
|
| sync_change.sync_data().GetDataType() == syncable::APPS) {
|
|
|