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

Unified Diff: chrome/common/notification_type.h

Issue 5968009: Change extension unload notification to indicate updates.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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/common/notification_type.h
===================================================================
--- chrome/common/notification_type.h (revision 69996)
+++ chrome/common/notification_type.h (working copy)
@@ -854,16 +854,13 @@
EXTENSION_UNINSTALLED,
// Sent when an extension is unloaded. This happens when an extension is
- // uninstalled or disabled. The details are an Extension, and the source is
- // a Profile.
+ // uninstalled or disabled. The details are an UnloadedExtensionInfo, and
+ // the source is a Profile.
//
// Note that when this notification is sent, ExtensionService has already
// removed the extension from its internal state.
EXTENSION_UNLOADED,
- // Same as above, but for a disabled extension.
- EXTENSION_UNLOADED_DISABLED,
-
// Sent when an extension has updated its user scripts. The details are an
// Extension, and the source is a Profile.
EXTENSION_USER_SCRIPTS_UPDATED,

Powered by Google App Engine
This is Rietveld 408576698