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

Unified Diff: third_party/protobuf/benchmarks/benchmark_messages_proto2.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/benchmarks/benchmark_messages_proto2.proto
diff --git a/third_party/protobuf/benchmarks/benchmark_messages_proto2.proto b/third_party/protobuf/benchmarks/benchmark_messages_proto2.proto
index 01f67a1af3f2e5ae39288823c4a353454b1470cd..590855033cc08a88180637f20139780f83967b91 100644
--- a/third_party/protobuf/benchmarks/benchmark_messages_proto2.proto
+++ b/third_party/protobuf/benchmarks/benchmark_messages_proto2.proto
@@ -8,6 +8,8 @@ option java_package = "com.google.protobuf.benchmarks";
// This is the default, but we specify it here explicitly.
option optimize_for = SPEED;
+option cc_enable_arenas = true;
+
message GoogleMessage1 {
required string field1 = 1;
optional string field9 = 9;
« no previous file with comments | « third_party/protobuf/benchmarks/Makefile.am ('k') | third_party/protobuf/benchmarks/benchmark_messages_proto3.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698