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

Unified Diff: components/search_engines/template_url.h

Issue 2498053002: Add field to monitor last visited time for each search engine (Closed)
Patch Set: Remove sync operations of last_visited field. Created 4 years, 1 month 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: 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; }

Powered by Google App Engine
This is Rietveld 408576698