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

Unified Diff: third_party/protobuf/js/test2.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
« no previous file with comments | « third_party/protobuf/js/test.proto ('k') | third_party/protobuf/js/testbinary.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/protobuf/js/test2.proto
diff --git a/third_party/protobuf/js/test2.proto b/third_party/protobuf/js/test2.proto
index b67f93fa9ece8e72ed4744461afd435ba03bfaff..44e55effcb47e983729f41a0b95f3e0f20497c05 100644
--- a/third_party/protobuf/js/test2.proto
+++ b/third_party/protobuf/js/test2.proto
@@ -35,8 +35,6 @@ option java_multiple_files = true;
package jspb.test;
-import "test.proto";
-
message TestExtensionsMessage {
optional int32 intfield = 1;
extensions 100 to max;
@@ -54,7 +52,3 @@ extend TestExtensionsMessage {
optional ExtensionMessage floating_msg_field = 101;
optional string floating_str_field = 102;
}
-
-message ForeignNestedFieldMessage {
- optional Deeply.Nested.Message deeply_nested_message = 1;
-}
« no previous file with comments | « third_party/protobuf/js/test.proto ('k') | third_party/protobuf/js/testbinary.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698