| 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
|
|
|