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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 7383012: Start and stop the safe browsing service depending on whether any profile is using it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added test, simplified threading issue Created 9 years, 5 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
Index: chrome/common/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index e3ed879f6fbfbf95850c263a74137ea35fb43652..95d6a4d5d993595a3891df2567598a5aa68b82cf 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -273,6 +273,10 @@ enum {
// updated.
NOTIFICATION_FAVICON_UPDATED,
+ // Sent after a regular profile has been created. The details are none
+ // and the source is the new profile.
+ NOTIFICATION_PROFILE_CREATED,
+
// Sent after an incognito profile has been created. The details are none
// and the source is the new profile.
NOTIFICATION_OTR_PROFILE_CREATED,

Powered by Google App Engine
This is Rietveld 408576698