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

Unified Diff: chrome/common/notification_type.h

Issue 325001: Introduce browser_sync::ExtensionsActivityMonitor to collect extensions API u... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months 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/chrome.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/notification_type.h
===================================================================
--- chrome/common/notification_type.h (revision 30121)
+++ chrome/common/notification_type.h (working copy)
@@ -612,11 +612,6 @@
// 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 @@
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.
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698