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 907fca4ff0ac1da995e31b13e57b6803bc603b3a..c1482f654cd61903adab291cb61a59360dc0bf1c 100644 |
| --- a/chrome/browser/sync/protocol/autofill_specifics.proto |
| +++ b/chrome/browser/sync/protocol/autofill_specifics.proto |
| @@ -40,9 +40,8 @@ message AutofillProfileSpecifics { |
| optional string address_home_zip = 11; |
| optional string address_home_country = 12; |
| - // Phone + fax. |
| + // Phone. |
| optional string phone_home_whole_number = 13; |
| - optional string phone_fax_whole_number = 14; |
|
Ilya Sherman
2011/09/15 03:47:08
I don't think you're allowed to remove fields from
James Hawkins
2011/09/16 03:23:28
I'll mark it deprecated and touch base with them a
|
| } |
| message AutofillSpecifics { |