summaryrefslogtreecommitdiffstats
path: root/chrome/browser/webdata/keyword_table.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/webdata/keyword_table.cc')
-rw-r--r--chrome/browser/webdata/keyword_table.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/browser/webdata/keyword_table.cc b/chrome/browser/webdata/keyword_table.cc
index 9e97474..0cb2265 100644
--- a/chrome/browser/webdata/keyword_table.cc
+++ b/chrome/browser/webdata/keyword_table.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -440,6 +440,10 @@ bool KeywordTable::MigrateToVersion43AddKeywordsBackupTable() {
UpdateBackupSignature();
}
+bool KeywordTable::MigrateToVersion44UpdateKeywordsBackup() {
+ return UpdateBackupSignature();
+}
+
bool KeywordTable::GetSignatureData(std::string* backup) {
DCHECK(backup);