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

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

Issue 949563003: Add recipient name to server autofill profile database (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 a645e90e0b11dcdaf74f1c17b15aabc2ef1b6b79..5ee4e4eac9507491ce153f3e34f6443df92423cf 100644
--- a/components/autofill/core/browser/webdata/autofill_table.h
+++ b/components/autofill/core/browser/webdata/autofill_table.h
@@ -168,6 +168,7 @@ struct FormFieldData;
//
// id String assigned by the server to identify this address.
// This is opaque to the client.
+// recipient_name Added in v62.
// company_name
// street_address The combined lines of the street address.
// address_1 Also known as "administrative area". This is normally
@@ -369,6 +370,7 @@ class AutofillTable : public WebDatabaseTable {
bool MigrateToVersion57AddFullNameField();
bool MigrateToVersion60AddServerCards();
bool MigrateToVersion61AddUsageStats();
+ bool MigrateToVersion62AddServerRecipientName();
// Max data length saved in the table;
static const size_t kMaxDataLength;

Powered by Google App Engine
This is Rietveld 408576698