summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/archived_database.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/history/archived_database.cc')
-rw-r--r--chrome/browser/history/archived_database.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/history/archived_database.cc b/chrome/browser/history/archived_database.cc
index 72fa998..08a742f 100644
--- a/chrome/browser/history/archived_database.cc
+++ b/chrome/browser/history/archived_database.cc
@@ -62,6 +62,7 @@ bool ArchivedDatabase::Init(const FilePath& file_name) {
return false;
}
CreateMainURLIndex();
+ CreateKeywordSearchTermsIndices();
if (EnsureCurrentVersion() != sql::INIT_OK) {
db_.Close();