summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-01 01:51:24 +0000
committerrsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-01 01:51:24 +0000
commit2305fe778dd33e2bf0cb25d2b60af58738bc5e7d (patch)
treedbcfc72755f79c0fd43323a7f2ca87d2370f367c
parent8c6b5192848be90633007b5a0f49b9c300e84bea (diff)
downloadchromium_src-2305fe778dd33e2bf0cb25d2b60af58738bc5e7d.zip
chromium_src-2305fe778dd33e2bf0cb25d2b60af58738bc5e7d.tar.gz
chromium_src-2305fe778dd33e2bf0cb25d2b60af58738bc5e7d.tar.bz2
Update revision in comment in README.chromium from third_party/protobuf
With https://codereview.chromium.org/12090058, changes were made to third_party/protobuf to componentize the target protobuf_lite. A comment was added to README.chromium to document the changes. The revision number carrying those changes wasn't known at the time. This patch merely patches in the correct revision number in the comments, now that the change itself has landed. See https://codereview.chromium.org/12090058 for the actual review. TBR=dpranke@chromium.org BUG=172800 Review URL: https://codereview.chromium.org/12159002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180035 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--third_party/protobuf/README.chromium5
1 files changed, 3 insertions, 2 deletions
diff --git a/third_party/protobuf/README.chromium b/third_party/protobuf/README.chromium
index 4439bac..20c2810 100644
--- a/third_party/protobuf/README.chromium
+++ b/third_party/protobuf/README.chromium
@@ -23,8 +23,9 @@ This code has been patched to ensure that files in the target protobuf_lite
do not include headers from protobuf_full. See r173228 for the patch.
This code has been patched to make the target protobuf_lite a component so that
-targets that depend on it can be componentized. See http://crbug.com/172800.
-TODO(rsimha): Add revision number here after CL is committed.
+targets that depend on it can be componentized. See http://crbug.com/172800 for
+details, and r179806 for the patch.
+
Revisions r427 and r430 were cherry-picked from upstream.