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

Unified Diff: chrome/common/notification_type.h

Issue 165414: Disable an extension when it is upgraded to a version that requires more (Closed)
Patch Set: more comments Created 11 years, 4 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
« no previous file with comments | « chrome/common/extensions/extension.h ('k') | chrome/test/data/extensions/permissions-high-v2.crx » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/notification_type.h
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index 2a04ffebda73c02ad6cd998f2b482fff8068d18d..8ba2d8443bd2bec8fa1e62e4ce1233db624949db 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -603,6 +603,10 @@ class NotificationType {
// Sent when new extensions are loaded. The details are an ExtensionList*.
EXTENSIONS_LOADED,
+ // Sent when attempting to load a new extension, but they are disabled. The
+ // details are an Extension*.
+ EXTENSION_UPDATE_DISABLED,
+
// Sent when a new theme is installed. The details are an Extension.
THEME_INSTALLED,
« no previous file with comments | « chrome/common/extensions/extension.h ('k') | chrome/test/data/extensions/permissions-high-v2.crx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698