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

Unified Diff: chrome/browser/chrome_notification_types.h

Issue 874613004: Remove NOTIFICATION_BROWSING_DATA_REMOVED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename global variable Created 5 years, 11 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
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*>).

Powered by Google App Engine
This is Rietveld 408576698