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

Unified Diff: sync/protocol/test.proto

Issue 11228038: Linux: change protobuf default option to allow building (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months 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 | « sync/protocol/sync_enums.proto ('k') | sync/protocol/theme_specifics.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/test.proto
diff --git a/sync/protocol/test.proto b/sync/protocol/test.proto
index 7453cee8c9ef4890fc71f96667a1866e3be6ca2b..b95dc2b341e63aac94bd1b604012c6155352b036 100644
--- a/sync/protocol/test.proto
+++ b/sync/protocol/test.proto
@@ -6,9 +6,6 @@
syntax = "proto2";
-option optimize_for = LITE_RUNTIME;
-option retain_unknown_fields = true;
-
package sync_pb;
message UnknownFieldsTestA {
« no previous file with comments | « sync/protocol/sync_enums.proto ('k') | sync/protocol/theme_specifics.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698