| Index: chrome/browser/autofill/personal_data_manager_mac.mm
|
| ===================================================================
|
| --- chrome/browser/autofill/personal_data_manager_mac.mm (revision 85651)
|
| +++ chrome/browser/autofill/personal_data_manager_mac.mm (working copy)
|
| @@ -189,6 +189,7 @@
|
| ABPerson* me,
|
| NSString* addressLabelRaw,
|
| AutofillProfile* profile) {
|
| + /*
|
| string16 number;
|
| string16 city_code;
|
| string16 country_code;
|
| @@ -236,6 +237,7 @@
|
| profile->SetInfo(PHONE_FAX_COUNTRY_CODE, country_code);
|
| }
|
| }
|
| + */
|
| }
|
|
|
| } // namespace
|
|
|