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

Unified Diff: components/autofill/core/browser/webdata/autofill_table.h

Issue 962583003: Raze old WebDatabases. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months 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
Index: components/autofill/core/browser/webdata/autofill_table.h
diff --git a/components/autofill/core/browser/webdata/autofill_table.h b/components/autofill/core/browser/webdata/autofill_table.h
index a25006a74bbee2a0815960dc1a856d53512c8f23..bd1744a91d525e641c05cd6a3da64b4e2ddaaed7 100644
--- a/components/autofill/core/browser/webdata/autofill_table.h
+++ b/components/autofill/core/browser/webdata/autofill_table.h
@@ -358,20 +358,6 @@ class AutofillTable : public WebDatabaseTable {
bool ClearAutofillProfiles();
// Table migration functions.
- // Removes empty values for autofill that were incorrectly stored in the DB
- // See bug http://crbug.com/6111
- bool MigrateToVersion22ClearAutofillEmptyValueElements();
- bool MigrateToVersion23AddCardNumberEncryptedColumn();
- bool MigrateToVersion24CleanupOversizedStringFields();
- bool MigrateToVersion27UpdateLegacyCreditCards();
- bool MigrateToVersion30AddDateModifed();
- bool MigrateToVersion31AddGUIDToCreditCardsAndProfiles();
- bool MigrateToVersion32UpdateProfilesAndCreditCards();
- bool MigrateToVersion33ProfilesBasedOnFirstName();
- bool MigrateToVersion34ProfilesBasedOnCountryCode();
- bool MigrateToVersion35GreatBritainCountryCodes();
- bool MigrateToVersion37MergeAndCullOlderProfiles();
- bool MigrateToVersion51AddOriginColumn();
bool MigrateToVersion54AddI18nFieldsAndRemoveDeprecatedFields();
bool MigrateToVersion55MergeAutofillDatesTable();
bool MigrateToVersion56AddProfileLanguageCodeForFormatting();
« no previous file with comments | « no previous file | components/autofill/core/browser/webdata/autofill_table.cc » ('j') | components/search_engines/keyword_table.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698