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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 8907015: Adding chrome::NOTIFICATION_BROWSING_DATA_REMOVED. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Struct. Rebase onto a slightly less red trunk. Created 9 years 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 e4114451ee3243629fdc704a05a8340dcba6aae7..98a0bde55e97e4b8c9b3870312b3c71c99131091 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -984,6 +984,15 @@ enum NotificationType {
// all error UIs should update.
NOTIFICATION_GLOBAL_ERRORS_CHANGED,
+ // BrowsingDataRemover ----------------------------------------------------
+ // Sent on the UI thread after BrowsingDataRemover has removed browsing data
+ // but before it has notified its explicit observers. The source is a
+ // Source<Profile> containing the profile in which browsing data was removed,
+ // and the detail is a BrowsingDataRemover::NotificationDetail containing the
+ // removal mask and the start of the removal timeframe with which
+ // BrowsingDataRemove::Remove was called.
+ NOTIFICATION_BROWSING_DATA_REMOVED,
+
// Note:-
// Currently only Content and Chrome define and use notifications.
// Custom notifications not belonging to Content and Chrome should start

Powered by Google App Engine
This is Rietveld 408576698