diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-01 00:04:55 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-01 00:04:55 +0000 |
commit | dcb2914122ae882860430e5545b35d2a1956f5a7 (patch) | |
tree | b9aa8b07b2565ea9831f16aeb71381bf58f4a4a3 /chrome/browser/webdata/web_database.h | |
parent | 91ea0e2aedc2fd9c087d63f49091cad12732cce8 (diff) | |
download | chromium_src-dcb2914122ae882860430e5545b35d2a1956f5a7.zip chromium_src-dcb2914122ae882860430e5545b35d2a1956f5a7.tar.gz chromium_src-dcb2914122ae882860430e5545b35d2a1956f5a7.tar.bz2 |
Fix web_database credit card table data migration.
(This is the trunk version of 3228011).
BUG=10913
TEST= run build on profile from before 37036; search engines should work. run build on corrupted profile (one from before 37036 that has been updated with build 6.0.472.50); search engines should work.
Review URL: http://codereview.chromium.org/3240007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58105 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/webdata/web_database.h')
-rw-r--r-- | chrome/browser/webdata/web_database.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/webdata/web_database.h b/chrome/browser/webdata/web_database.h index 33df2d9..183629d 100644 --- a/chrome/browser/webdata/web_database.h +++ b/chrome/browser/webdata/web_database.h @@ -332,13 +332,12 @@ class WebDatabase { bool InitAutofillTable(); bool InitAutofillDatesTable(); bool InitAutoFillProfilesTable(); - // Out parameter |credit_card_table_created| true if table created here. - bool InitCreditCardsTable(bool* table_was_created); + bool InitCreditCardsTable(); bool InitTokenServiceTable(); bool InitWebAppIconsTable(); bool InitWebAppsTable(); - void MigrateOldVersionsAsNeeded(bool credit_card_table_created); + void MigrateOldVersionsAsNeeded(); sql::Connection db_; sql::MetaTable meta_table_; |