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

Unified Diff: components/search_engines/keyword_table.h

Issue 1983773002: Cache SearchEngineType of TemplateURL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor-extracting-terms-from-template-url
Patch Set: Created 4 years, 7 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: components/search_engines/keyword_table.h
diff --git a/components/search_engines/keyword_table.h b/components/search_engines/keyword_table.h
index 2ac8695fca5750ea531e7f71224873defdad54f8..41a307dfe3ae9657558c3f5ed323c464dec7b3db 100644
--- a/components/search_engines/keyword_table.h
+++ b/components/search_engines/keyword_table.h
@@ -131,6 +131,7 @@ class KeywordTable : public WebDatabaseTable {
// Table migration functions.
bool MigrateToVersion53AddNewTabURLColumn();
bool MigrateToVersion59RemoveExtensionKeywords();
+ bool MigrateToVersion66AddEngineTypeColumn();
private:
friend class KeywordTableTest;

Powered by Google App Engine
This is Rietveld 408576698