diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-28 03:03:43 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-28 03:03:43 +0000 |
commit | 6f5366ac2dba6f208b5c2546b4f2c1a93bd4fbb1 (patch) | |
tree | 1985f6c9956989d5273e1c59a423723d4e37ca6c /chrome/common | |
parent | ed45566a74d2a8dae55ab4e2589ce5f0d78e49b2 (diff) | |
download | chromium_src-6f5366ac2dba6f208b5c2546b4f2c1a93bd4fbb1.zip chromium_src-6f5366ac2dba6f208b5c2546b4f2c1a93bd4fbb1.tar.gz chromium_src-6f5366ac2dba6f208b5c2546b4f2c1a93bd4fbb1.tar.bz2 |
Take 2 at browser_sync::ExtensionsActivityMonitor.
Original: http://codereview.chromium.org/325001/show
TEST=ExtensionsActivityMonitorTest
Review URL: http://codereview.chromium.org/333041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30313 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/notification_type.h | 10 |
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. |