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

Unified Diff: chrome/browser/history/history_notifications.h

Issue 651193002: Remove NOTIFICATION_HISTORY_URL_VISITED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@373326.2
Patch Set: Address comments 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
« no previous file with comments | « chrome/browser/history/history_backend_unittest.cc ('k') | chrome/browser/history/history_notifications.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history_notifications.h
diff --git a/chrome/browser/history/history_notifications.h b/chrome/browser/history/history_notifications.h
index ca5cba83b1d1d686861c48e48bb9133fbcab51ed..fc21e7c2b1d055b75000cc81d44a8a5cc1cac00b 100644
--- a/chrome/browser/history/history_notifications.h
+++ b/chrome/browser/history/history_notifications.h
@@ -16,26 +16,6 @@
namespace history {
-// Details for NOTIFICATION_HISTORY_URL_VISITED.
-struct URLVisitedDetails : public HistoryDetails {
- URLVisitedDetails();
- virtual ~URLVisitedDetails();
-
- ui::PageTransition transition;
-
- // The affected URLRow. The ID will be set to the value that is currently in
- // effect in the main history database.
- URLRow row;
-
- // A list of redirects leading up to the URL represented by this struct. If
- // we have the redirect chain A -> B -> C and this struct represents visiting
- // C, then redirects[0]=B and redirects[1]=A. If there are no redirects,
- // this will be an empty vector.
- history::RedirectList redirects;
-
- base::Time visit_time;
-};
-
// Details for NOTIFICATION_HISTORY_TYPED_URLS_MODIFIED.
struct URLsModifiedDetails : public HistoryDetails {
URLsModifiedDetails();
« no previous file with comments | « chrome/browser/history/history_backend_unittest.cc ('k') | chrome/browser/history/history_notifications.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698