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

Unified Diff: third_party/protobuf/src/google/protobuf/util/json_format_proto3.proto

Issue 2598373002: third_party/protobuf: Update to HEAD (5f65ee6ac7) (Closed)
Patch Set: Update to new HEAD (5f65ee6ac7) Created 4 years 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/src/google/protobuf/util/json_format_proto3.proto
diff --git a/third_party/protobuf/src/google/protobuf/util/json_format_proto3.proto b/third_party/protobuf/src/google/protobuf/util/json_format_proto3.proto
index a1e24c1831823cc6e62d0f7c7523dca1227cdc4f..3835b30eb951f582c8cc3748aaf30c30be1a825e 100644
--- a/third_party/protobuf/src/google/protobuf/util/json_format_proto3.proto
+++ b/third_party/protobuf/src/google/protobuf/util/json_format_proto3.proto
@@ -39,6 +39,7 @@ import "google/protobuf/wrappers.proto";
import "google/protobuf/struct.proto";
import "google/protobuf/any.proto";
import "google/protobuf/field_mask.proto";
+import "google/protobuf/unittest.proto";
enum EnumType {
FOO = 0;
@@ -174,3 +175,7 @@ message TestBoolValue {
message TestCustomJsonName {
int32 value = 1 [json_name = "@value"];
}
+
+message TestExtensions {
+ .protobuf_unittest.TestAllExtensions extensions = 1;
+}

Powered by Google App Engine
This is Rietveld 408576698