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

Unified Diff: third_party/protobuf/README.chromium

Issue 2301063002: Remove custom changes for protobuf retain_unknown_fields (Closed)
Patch Set: Created 4 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: third_party/protobuf/README.chromium
diff --git a/third_party/protobuf/README.chromium b/third_party/protobuf/README.chromium
index 53aac51ecc74625724ff70a00fe8a7a31d6110a2..8838fbc2715f88ba266247fb32e58147b04ad0a0 100644
--- a/third_party/protobuf/README.chromium
+++ b/third_party/protobuf/README.chromium
@@ -40,18 +40,6 @@ Steps used to create the current version:
Description of the patches:
-- 0001-ignore-option-retain-unknown-fields.patch
-
- Previous versions of protobuf in Chromium carried a local patch that retained
- unknown fields in protobuf_lite mode. It was enabled by setting option
- retain_unknown_fields = true in .proto file. Now that it is enabled by
- default, this option is no longer recognized by protobuf, and so I had to
- patch it so that I don't have to fix all .proto files in Chromium in a single
- CL.
-
- I plan to remove those occurences, and then this patch will no longer be
- necessary.
-
- 0003-remove-static-initializers.patch
This patch removes all static initializers from Chromium. The change in Status

Powered by Google App Engine
This is Rietveld 408576698