Index: third_party/protobuf/README.chromium |
diff --git a/third_party/protobuf/README.chromium b/third_party/protobuf/README.chromium |
index 92391f6be3025def28bbda7e05139cfe5c30794b..8e518068640a48deaff2af2edb93514e17e1edcc 100644 |
--- a/third_party/protobuf/README.chromium |
+++ b/third_party/protobuf/README.chromium |
@@ -34,4 +34,7 @@ Revision 524 was cherry-picked from upstream. |
Revision 573 was cherry-picked from upstream. |
The `&file->options() != NULL &&` was removed from descriptor.cc |
References to `vector` were changed to `std::vector` in extension_set.h |
-and unknown_field_set.h |
+and unknown_field_set.h |
+ |
+GetEmptyString() and GoogleOnceInit() have been uninlined, for a large savings |
+in binary size. |