| 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..16a4474c6385a46770a3113f8cb5260731ea1f13 100644
|
| --- a/components/search_engines/keyword_table.h
|
| +++ b/components/search_engines/keyword_table.h
|
| @@ -36,7 +36,6 @@ class Statement;
|
| // keyword
|
| // favicon_url
|
| // url
|
| -// show_in_default_list
|
| // safe_for_autoreplace
|
| // originating_url
|
| // date_created This column was added after we allowed keywords.
|
| @@ -131,6 +130,7 @@ class KeywordTable : public WebDatabaseTable {
|
| // Table migration functions.
|
| bool MigrateToVersion53AddNewTabURLColumn();
|
| bool MigrateToVersion59RemoveExtensionKeywords();
|
| + bool MigrateToVersion68RemoveShowInDefaultListColumn();
|
|
|
| private:
|
| friend class KeywordTableTest;
|
|
|