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

Unified Diff: chrome/common/notification_types.h

Issue 15010: Implement extension:// protocol. (Closed)
Patch Set: add missing unit test Created 12 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
« no previous file with comments | « chrome/browser/render_process_host.cc ('k') | chrome/test/unit/unittests.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/notification_types.h
diff --git a/chrome/common/notification_types.h b/chrome/common/notification_types.h
index 0e550a2f669eafaa773914bd1eadcdf65a0dd439..be7791511c8000e16ed97f8d31e9374aa7cb668c 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
« no previous file with comments | « chrome/browser/render_process_host.cc ('k') | chrome/test/unit/unittests.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698