Index: chrome/browser/chrome_notification_types.h |
diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h |
index eb8ce7e736b309411fe714e5ba24c50c93da9437..33d404552562c21aebe0326fe2af5a0de2455250 100644 |
--- a/chrome/browser/chrome_notification_types.h |
+++ b/chrome/browser/chrome_notification_types.h |
@@ -621,15 +621,6 @@ 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, |
- |
// The user accepted or dismissed a SSL client authentication request. |
// The source is a Source<net::HttpNetworkSession>. Details is a |
// (std::pair<net::SSLCertRequestInfo*, net::X509Certificate*>). |