diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-23 22:20:46 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-23 22:20:46 +0000 |
commit | 14180c3f9657be184d4e24b37b23ed66d41189b4 (patch) | |
tree | c47cded6632f3d260b72034801712612dd86afce /third_party/protobuf/README.chromium | |
parent | a2bfa2063550854f055eb42b8d0d365d398c79d6 (diff) | |
download | chromium_src-14180c3f9657be184d4e24b37b23ed66d41189b4.zip chromium_src-14180c3f9657be184d4e24b37b23ed66d41189b4.tar.gz chromium_src-14180c3f9657be184d4e24b37b23ed66d41189b4.tar.bz2 |
third_party/protobuf: update README.chromium.
I forgot to update the README.chromium in r62331 to mention that we have local
changes to this code now.
BUG=none
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79196 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/protobuf/README.chromium')
-rw-r--r-- | third_party/protobuf/README.chromium | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/third_party/protobuf/README.chromium b/third_party/protobuf/README.chromium index 52c4327..1318d3a 100644 --- a/third_party/protobuf/README.chromium +++ b/third_party/protobuf/README.chromium @@ -12,6 +12,5 @@ descriptor2_pb.py A protobuf.gyp file has been added for building with Chromium. -There are no local changes to the code itself .. yet. We have a local copy of -this code because we intend to add support for retaining unknown fields to -protobuf-lite. +This code has been patched to support unknown field retention in protobuf-lite. +See r62331 for the patch. |