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

Unified Diff: components/search_engines/template_url_data.cc

Issue 2498053002: Add field to monitor last visited time for each search engine (Closed)
Patch Set: Update Nit comment. Created 4 years 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 | « components/search_engines/template_url_data.h ('k') | components/search_engines/template_url_data_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/template_url_data.cc
diff --git a/components/search_engines/template_url_data.cc b/components/search_engines/template_url_data.cc
index 092d7f80e3453ae4d04fe92fb18b86eec86c8854..187d0a277c63b1cc440c3fdf9969674fe71d045c 100644
--- a/components/search_engines/template_url_data.cc
+++ b/components/search_engines/template_url_data.cc
@@ -16,6 +16,7 @@ TemplateURLData::TemplateURLData()
id(0),
date_created(base::Time::Now()),
last_modified(base::Time::Now()),
+ last_visited(base::Time()),
created_by_policy(false),
usage_count(0),
prepopulate_id(0),
« no previous file with comments | « components/search_engines/template_url_data.h ('k') | components/search_engines/template_url_data_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698