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

Unified Diff: third_party/protobuf/src/google/protobuf/api.proto

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component 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/api.proto
diff --git a/third_party/protobuf/src/google/protobuf/api.proto b/third_party/protobuf/src/google/protobuf/api.proto
index dbe87b8f54abc9a92724a3d64c1cc377e731a4d4..7c30e8b7ad3c547ef4d47a374b9ec0bbbd88883a 100644
--- a/third_party/protobuf/src/google/protobuf/api.proto
+++ b/third_party/protobuf/src/google/protobuf/api.proto
@@ -39,8 +39,8 @@ option csharp_namespace = "Google.Protobuf.WellKnownTypes";
option java_package = "com.google.protobuf";
option java_outer_classname = "ApiProto";
option java_multiple_files = true;
-option java_generate_equals_and_hash = true;
option objc_class_prefix = "GPB";
+option go_package = "google.golang.org/genproto/protobuf/api;api";
// Api is a light-weight descriptor for a protocol buffer service.
message Api {
« no previous file with comments | « third_party/protobuf/src/google/protobuf/any.pb.cc ('k') | third_party/protobuf/src/google/protobuf/api.pb.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698