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

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
« no previous file with comments | « no previous file | components/autofill/core/browser/webdata/autofill_table.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bd1744a91d525e641c05cd6a3da64b4e2ddaaed7..221cbe87267807d503b0895a430d095a22ea959e 100644
--- a/components/autofill/core/browser/webdata/autofill_table.h
+++ b/components/autofill/core/browser/webdata/autofill_table.h
@@ -174,6 +174,7 @@ struct FormFieldData;
//
// id String assigned by the server to identify this address.
// This is opaque to the client.
+// recipient_name Added in v63.
// company_name
// street_address The combined lines of the street address.
// address_1 Also known as "administrative area". This is normally
@@ -365,6 +366,7 @@ class AutofillTable : public WebDatabaseTable {
bool MigrateToVersion60AddServerCards();
bool MigrateToVersion61AddUsageStats();
bool MigrateToVersion62AddUsageStatsForUnmaskedCards();
+ bool MigrateToVersion63AddServerRecipientName();
// Max data length saved in the table;
static const size_t kMaxDataLength;
« no previous file with comments | « no previous file | components/autofill/core/browser/webdata/autofill_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698