summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/notification_type.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index fddbeb6..739a007 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -612,11 +612,6 @@ class NotificationType {
// are all source and no details.
SESSION_END,
- // Personalization ---------------------------------------------------------
-
- PERSONALIZATION,
- PERSONALIZATION_CREATED,
-
// Privacy blacklists ------------------------------------------------------
// Sent when a privacy blacklist path provider changes the list of its
@@ -714,6 +709,11 @@ class NotificationType {
EXTENSION_TEST_PASSED,
EXTENSION_TEST_FAILED,
+ // Sent when an bookmarks extensions API function was successfully invoked.
+ // The source is the id of the extension that invoked the function, and the
+ // details are a pointer to the const BookmarksFunction in question.
+ EXTENSION_BOOKMARKS_API_INVOKED,
+
// Privacy Blacklist -------------------------------------------------------
// Sent by the resource dispatcher host when a resource is blocked.