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

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

Issue 2590803003: Revert "third_party/protobuf: Update to HEAD (83d681ee2c)" (Closed)
Patch Set: 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 3835b30eb951f582c8cc3748aaf30c30be1a825e..a1e24c1831823cc6e62d0f7c7523dca1227cdc4f 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,7 +39,6 @@ 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;
@@ -175,7 +174,3 @@ 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