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

Unified Diff: components/search_engines/template_url.h

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/keyword_table_unittest.cc ('k') | components/search_engines/template_url_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/template_url.h
diff --git a/components/search_engines/template_url.h b/components/search_engines/template_url.h
index 87e6d1c1a4a69923bb3fe55de0b4ff8c874c7660..af5f71f24db4953e6e74fe14b6ec34df0afe8c6b 100644
--- a/components/search_engines/template_url.h
+++ b/components/search_engines/template_url.h
@@ -581,6 +581,7 @@ class TemplateURL {
base::Time date_created() const { return data_.date_created; }
base::Time last_modified() const { return data_.last_modified; }
+ base::Time last_visited() const { return data_.last_visited; }
bool created_by_policy() const { return data_.created_by_policy; }
« no previous file with comments | « components/search_engines/keyword_table_unittest.cc ('k') | components/search_engines/template_url_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698