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

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: rebased 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
« no previous file with comments | « chrome/browser/ui/webui/options/content_settings_handler.cc ('k') | chrome/test/testing_profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..00b37baad309982e8d990ed7e82772c5317500d0 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -273,12 +273,14 @@ enum {
// updated.
NOTIFICATION_FAVICON_UPDATED,
- // Sent after an incognito profile has been created. The details are none
- // and the source is the new profile.
- NOTIFICATION_OTR_PROFILE_CREATED,
-
- // Sent before a Profile is destroyed. The details are
- // none and the source is a Profile*.
+ // Sent after a Profile has been created. This notification is sent both for
+ // normal and OTR profiles.
+ // The details are none and the source is the new profile.
+ NOTIFICATION_PROFILE_CREATED,
+
+ // Sent before a Profile is destroyed. This notification is sent both for
+ // normal and OTR profiles.
+ // The details are none and the source is a Profile*.
NOTIFICATION_PROFILE_DESTROYED,
// TopSites ----------------------------------------------------------------
« no previous file with comments | « chrome/browser/ui/webui/options/content_settings_handler.cc ('k') | chrome/test/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698