Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3234)

Unified Diff: chrome/browser/background/background_contents_service.cc

Issue 10694056: CPM Extension Uninstall Watching (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Requested changes made Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698