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 |