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

Unified Diff: chrome/browser/chrome_notification_types.h

Issue 651193002: Remove NOTIFICATION_HISTORY_URL_VISITED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@373326.2
Patch Set: Created 6 years, 2 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 6756504cdfb66f5dea883d17de88bdbcc7b7e647..df54ccac553d6fef1dc1f3d2d4b4b67c8241667a 100644
--- a/chrome/browser/chrome_notification_types.h
+++ b/chrome/browser/chrome_notification_types.h
@@ -243,12 +243,6 @@ enum NotificationType {
// added URLs.
NOTIFICATION_HISTORY_URLS_MODIFIED,
- // Sent when the user visits a URL.
- //
- // The source is the profile owning the history service that changed, and
- // the details is history::URLVisitedDetails.
- NOTIFICATION_HISTORY_URL_VISITED,
-
// Sent when one or more URLs are deleted.
//
// The source is the profile owning the history service that changed, and

Powered by Google App Engine
This is Rietveld 408576698