summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-24 00:21:26 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-24 00:21:26 +0000
commit828912619a537bf7a33a36c2441d922a7639bc9b (patch)
tree6c49122fa2a1d04ba8b3b65705bd6fbf23b3d34e /chrome/common
parented1ff5e175dbc151aa7999e2c7b79a82c8ff7052 (diff)
downloadchromium_src-828912619a537bf7a33a36c2441d922a7639bc9b.zip
chromium_src-828912619a537bf7a33a36c2441d922a7639bc9b.tar.gz
chromium_src-828912619a537bf7a33a36c2441d922a7639bc9b.tar.bz2
Implement extension:// protocol.
Review URL: http://codereview.chromium.org/15010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7462 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/notification_types.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome/common/notification_types.h b/chrome/common/notification_types.h
index 0e550a2..be77915 100644
--- a/chrome/common/notification_types.h
+++ b/chrome/common/notification_types.h
@@ -499,7 +499,12 @@ enum NotificationType {
// Sent when there are new user scripts available.
// The details are a pointer to SharedMemory containing the new scripts.
- NOTIFY_NEW_USER_SCRIPTS,
+ NOTIFY_GREASEMONKEY_SCRIPTS_LOADED,
+
+ // Extensions ----------------------------------------------------------------
+
+ // Sent when new extensions are loaded. The details are an ExtensionList*.
+ NOTIFY_EXTENSIONS_LOADED,
// Count (must be last) ------------------------------------------------------
// Used to determine the number of notification types. Not valid as