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

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: 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..b3a447772716ef926bf237e806df713ddfc6e517 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -984,6 +984,14 @@ 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 Detail<int> containing the removal mask 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
« chrome/browser/browsing_data_remover.h ('K') | « chrome/browser/browsing_data_remover_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698