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

Unified Diff: chrome/browser/autofill/personal_data_manager_mac.mm

Issue 6877130: These changes *are* for review :) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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: 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

Powered by Google App Engine
This is Rietveld 408576698