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

Unified Diff: components/search_engines/keyword_table.h

Issue 2542933002: Remove obsolete keywords table migrating function (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | components/search_engines/keyword_table.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..bbc6a0ede9e48dd0d517ac55cb3f2995a11fb578 100644
--- a/components/search_engines/keyword_table.h
+++ b/components/search_engines/keyword_table.h
@@ -165,10 +165,6 @@ class KeywordTable : public WebDatabaseTable {
const std::string& table_name,
std::string* result);
- // Migrates table |name| (which should be either "keywords" or
- // "keywords_backup") from version 44 to version 45.
- bool MigrateKeywordsTableForVersion45(const std::string& name);
-
DISALLOW_COPY_AND_ASSIGN(KeywordTable);
};
« no previous file with comments | « no previous file | components/search_engines/keyword_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698