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

Unified Diff: chrome/browser/chrome_notification_types.h

Issue 398083002: Add "UninstallReason" parameter to ExtensionRegistryObserver::OnExtensionUninstalled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/chrome_notification_types.h
diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h
index eddec14051a48e281a4b31b03c3b30772d823fc5..e8585f02b9c721b6eb392c49bd83d0e6c363daa4 100644
--- a/chrome/browser/chrome_notification_types.h
+++ b/chrome/browser/chrome_notification_types.h
@@ -418,8 +418,8 @@ enum NotificationType {
// DEPRECATED: Use ExtensionRegistry::AddObserver instead.
//
- // Sent when an extension has been uninstalled. The details are an Extension,
- // and the source is a Profile.
+ // Sent when an extension has been uninstalled. The details are an
+ // UnloadedExtensionInfo, and the source is a Profile.
Devlin 2014/07/16 20:05:43 Is there a reason we need to include the type with
rpaquay 2014/07/16 21:16:45 The next CL will have a change to use "reason" fro
Devlin 2014/07/16 21:29:38 Hmm... I'm concerned about updating a deprecated n
rpaquay 2014/07/16 22:14:35 hmmkay, that can be done. Where do you suggest I m
Devlin 2014/07/16 22:17:30 I would actually say let's put it in its own file
rpaquay 2014/07/16 23:45:16 Done.
NOTIFICATION_EXTENSION_UNINSTALLED_DEPRECATED,
// Sent when an extension uninstall is not allowed because the extension is

Powered by Google App Engine
This is Rietveld 408576698