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

Unified Diff: chrome/browser/sync/protocol/autofill_specifics.proto

Issue 7892048: Autofill: Remove fax number completely. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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/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 {

Powered by Google App Engine
This is Rietveld 408576698