diff options
author | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-20 07:58:40 +0000 |
---|---|---|
committer | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-20 07:58:40 +0000 |
commit | c9ec8b8e96eabd369cf6d74350d54f366f634706 (patch) | |
tree | 361719959209955d6d6887aa5870cfa398a970db /sync/protocol/proto_value_conversions.cc | |
parent | 7aea76b94b0fc1d7f0c65aa8da195852157d1bd7 (diff) | |
download | chromium_src-c9ec8b8e96eabd369cf6d74350d54f366f634706.zip chromium_src-c9ec8b8e96eabd369cf6d74350d54f366f634706.tar.gz chromium_src-c9ec8b8e96eabd369cf6d74350d54f366f634706.tar.bz2 |
[Autofill] Deprecate the "label" field for Sync.
BUG=none
TEST=compiles
R=zea@chromium.org
Review URL: https://chromiumcodereview.appspot.com/15981019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207346 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/protocol/proto_value_conversions.cc')
-rw-r--r-- | sync/protocol/proto_value_conversions.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sync/protocol/proto_value_conversions.cc b/sync/protocol/proto_value_conversions.cc index bd9a205..39473a7 100644 --- a/sync/protocol/proto_value_conversions.cc +++ b/sync/protocol/proto_value_conversions.cc @@ -285,7 +285,6 @@ base::DictionaryValue* AutofillSpecificsToValue( base::DictionaryValue* AutofillProfileSpecificsToValue( const sync_pb::AutofillProfileSpecifics& proto) { base::DictionaryValue* value = new base::DictionaryValue(); - SET_STR(label); SET_STR(guid); SET_STR_REP(name_first); |