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

Unified Diff: components/search_engines/keyword_table.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
Index: components/search_engines/keyword_table.h
diff --git a/components/search_engines/keyword_table.h b/components/search_engines/keyword_table.h
index 16a4474c6385a46770a3113f8cb5260731ea1f13..1da97049efe22442636d79696dd23da7ad7c1186 100644
--- a/components/search_engines/keyword_table.h
+++ b/components/search_engines/keyword_table.h
@@ -131,6 +131,7 @@ class KeywordTable : public WebDatabaseTable {
bool MigrateToVersion53AddNewTabURLColumn();
bool MigrateToVersion59RemoveExtensionKeywords();
bool MigrateToVersion68RemoveShowInDefaultListColumn();
+ bool MigrateToVersion69AddLastVisitedColumn();
private:
friend class KeywordTableTest;
« no previous file with comments | « components/search_engines/default_search_manager_unittest.cc ('k') | components/search_engines/keyword_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698