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

Unified Diff: sync/protocol/device_info_specifics.proto

Issue 11359146: Revert "Linux: change protobuf default option to allow building" (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 1 month 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/client_debug_info.proto ('k') | sync/protocol/encryption.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/device_info_specifics.proto
diff --git a/sync/protocol/device_info_specifics.proto b/sync/protocol/device_info_specifics.proto
index 349b8f6ac2542369cee5f583c6d87621abc520f2..67eb4698a7a970212292b5e8239cdf6d336a4649 100644
--- a/sync/protocol/device_info_specifics.proto
+++ b/sync/protocol/device_info_specifics.proto
@@ -9,6 +9,9 @@
syntax = "proto2";
+option optimize_for = LITE_RUNTIME;
+option retain_unknown_fields = true;
+
package sync_pb;
import "sync_enums.proto";
« no previous file with comments | « sync/protocol/client_debug_info.proto ('k') | sync/protocol/encryption.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698