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

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: 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..5499a375f613e4f561abf7847d956f7faf969766 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;
+ // Visit time.
+ base::Time time;
brettw 2014/05/29 23:21:02 I think you should call this "visit_time" and dele
nilesh 2014/05/29 23:29:07 Done.
};
// 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