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

Unified Diff: components/search_engines/keyword_table.h

Issue 684493002: Don't persist and sync omnibox extension keywords. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change migration way Created 6 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/keyword_table.h
diff --git a/components/search_engines/keyword_table.h b/components/search_engines/keyword_table.h
index a62ff573ecf454192444b6899a025523e8954f81..f8cb942d054abb8b88b32a6b8d21b6a70c8782ef 100644
--- a/components/search_engines/keyword_table.h
+++ b/components/search_engines/keyword_table.h
@@ -140,6 +140,7 @@ class KeywordTable : public WebDatabaseTable {
bool MigrateToVersion49AddSearchTermsReplacementKeyColumn();
bool MigrateToVersion52AddImageSearchAndPOSTSupport();
bool MigrateToVersion53AddNewTabURLColumn();
+ bool MigrateToVersion59RemoveExtensionsKeywords();
Peter Kasting 2014/11/05 23:21:14 Tiny nit: "ExtensionKeywords" seems more grammatic
vasilii 2014/11/06 10:42:34 Done.
private:
friend class KeywordTableTest;
« no previous file with comments | « chrome/browser/ui/webui/options/search_engine_manager_handler.cc ('k') | components/search_engines/keyword_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698