Chromium Code Reviews| Index: chrome/browser/sync/protocol/autofill_specifics.proto |
| diff --git a/chrome/browser/sync/protocol/autofill_specifics.proto b/chrome/browser/sync/protocol/autofill_specifics.proto |
| index ae35da2b44cb7b9d775f8be222876af0957f5366..17b50b446cbde66224e982d90a05d9302574e7e9 100644 |
| --- a/chrome/browser/sync/protocol/autofill_specifics.proto |
| +++ b/chrome/browser/sync/protocol/autofill_specifics.proto |
| @@ -22,7 +22,7 @@ import "sync.proto"; |
| message AutofillProfileSpecifics { |
| // User-defined label. |
| optional string label = 1; |
| - |
| + |
| optional string guid = 15; |
| // Contact info. |
| @@ -46,7 +46,7 @@ message AutofillProfileSpecifics { |
| } |
| message AutofillCreditCardSpecifics { |
|
tim (not reviewing)
2011/08/09 22:30:11
sigh.. given that this was never used by a single
akalin
2011/08/10 00:49:53
I can do this in a separate CL.
|
| - // User-defined label (e.g. Amazon Visa). |
| + // User-defined label (e.g. Amazon Visa). |
| optional string label = 1; |
| // The cardholder's name. |