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

Unified Diff: chrome/chrome_browser.gypi

Issue 2184263005: Add a tab helper to record the last visit date for each bookmark. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments #2 Created 4 years, 5 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/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 2ed90953605944b1a21a73063079e83c19b6f02c..aa7389a69428dcf338c335cef903f7de4c33fe48 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -390,6 +390,8 @@
'browser/net/predictor_tab_helper.h',
'browser/ntp_snippets/content_suggestions_service_factory.cc',
'browser/ntp_snippets/content_suggestions_service_factory.h',
+ 'browser/ntp_snippets/bookmark_last_visit_updater.cc',
+ 'browser/ntp_snippets/bookmark_last_visit_updater.h',
'browser/ntp_snippets/ntp_snippets_service_factory.cc',
'browser/ntp_snippets/ntp_snippets_service_factory.h',
'browser/page_load_metrics/metrics_web_contents_observer.cc',

Powered by Google App Engine
This is Rietveld 408576698