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

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

Issue 301233004: Send visit time with HISTORY_URL_VISITED notification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename time to visit_time Created 6 years, 7 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.cc ('k') | no next file » | 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 6f1aec0538f32a0852d498e70de38c3029032677..82076fc9b520c8e9503a2e9dd910ddbdfd5deed1 100644
--- a/chrome/browser/history/history_notifications.h
+++ b/chrome/browser/history/history_notifications.h
@@ -32,6 +32,8 @@ struct URLVisitedDetails : public HistoryDetails {
// 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.
« no previous file with comments | « chrome/browser/history/history_backend.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698