summaryrefslogtreecommitdiffstats
path: root/sync/protocol/proto_value_conversions.cc
diff options
context:
space:
mode:
authorisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-20 07:58:40 +0000
committerisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-20 07:58:40 +0000
commitc9ec8b8e96eabd369cf6d74350d54f366f634706 (patch)
tree361719959209955d6d6887aa5870cfa398a970db /sync/protocol/proto_value_conversions.cc
parent7aea76b94b0fc1d7f0c65aa8da195852157d1bd7 (diff)
downloadchromium_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.cc1
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);