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

Unified Diff: chrome/browser/sync/protocol/proto_value_conversions.cc

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/proto_value_conversions.cc
diff --git a/chrome/browser/sync/protocol/proto_value_conversions.cc b/chrome/browser/sync/protocol/proto_value_conversions.cc
index 1ffd12352cf74f452343dcbd14ebcc95f92cf418..3b7a64eead1ba351fdcf7f32b8323057b396e9ad 100644
--- a/chrome/browser/sync/protocol/proto_value_conversions.cc
+++ b/chrome/browser/sync/protocol/proto_value_conversions.cc
@@ -200,7 +200,6 @@ DictionaryValue* AutofillProfileSpecificsToValue(
SET_STR(address_home_country);
SET_STR(phone_home_whole_number);
- SET_STR(phone_fax_whole_number);
Ilya Sherman 2011/09/15 03:47:08 (If you're not changing the protobuf, this should
James Hawkins 2011/09/16 03:23:28 Done.
return value;
}

Powered by Google App Engine
This is Rietveld 408576698