diff options
author | asargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-14 00:19:31 +0000 |
---|---|---|
committer | asargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-14 00:19:31 +0000 |
commit | f4ea11288982f7b94ad7a7780cf0aa1a08e29509 (patch) | |
tree | ffb3e5ef8aa56511216b67cecc03f6ddc44d0e40 /chrome/common | |
parent | a6d953ed61489bec9075f7441df3c2d559946de1 (diff) | |
download | chromium_src-f4ea11288982f7b94ad7a7780cf0aa1a08e29509.zip chromium_src-f4ea11288982f7b94ad7a7780cf0aa1a08e29509.tar.gz chromium_src-f4ea11288982f7b94ad7a7780cf0aa1a08e29509.tar.bz2 |
Add a browser test for extensions autoupdate.
BUG=17826,19403
TEST=none
Review URL: http://codereview.chromium.org/270019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28923 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/notification_type.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h index 2a1487c..7376fb7 100644 --- a/chrome/common/notification_type.h +++ b/chrome/common/notification_type.h @@ -649,6 +649,10 @@ class NotificationType { // Sent when new extensions are installed. The details are an Extension. EXTENSION_INSTALLED, + // An error occured during extension install. The details are a string with + // details about why the install failed. + EXTENSION_INSTALL_ERROR, + // Sent when an extension is unloaded. This happens when an extension is // uninstalled. When we add a disable feature, it will also happen then. // The details are an Extension. Note that when this notification is sent, |