summaryrefslogtreecommitdiffstats
path: root/sync/protocol/search_engine_specifics.proto
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-07 22:27:57 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-07 22:27:57 +0000
commitbaefae90f294a981c973bffbdd3eccabfe796b6a (patch)
treed55ee1e86fe8db74ed7bbebfd844bdd803f343b4 /sync/protocol/search_engine_specifics.proto
parent5a246999dda2dd518d88f160294a071b4dd6486b (diff)
downloadchromium_src-baefae90f294a981c973bffbdd3eccabfe796b6a.zip
chromium_src-baefae90f294a981c973bffbdd3eccabfe796b6a.tar.gz
chromium_src-baefae90f294a981c973bffbdd3eccabfe796b6a.tar.bz2
Linux: change protobuf default option to allow building
with unpatched system protobuf. This is a preparation for landing https://codereview.chromium.org/11231046/ and a solution chosen because our custom protobuf changes will not be accepted upstream. Setting defaults to optimize for lite runtime and retain unknown fields makes it possible to use the same .proto files with system protobuf. BUG=157155 TEST=none Review URL: https://codereview.chromium.org/11228038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166534 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/protocol/search_engine_specifics.proto')
-rw-r--r--sync/protocol/search_engine_specifics.proto3
1 files changed, 0 insertions, 3 deletions
diff --git a/sync/protocol/search_engine_specifics.proto b/sync/protocol/search_engine_specifics.proto
index 200255b..7aaf50e 100644
--- a/sync/protocol/search_engine_specifics.proto
+++ b/sync/protocol/search_engine_specifics.proto
@@ -9,9 +9,6 @@
syntax = "proto2";
-option optimize_for = LITE_RUNTIME;
-option retain_unknown_fields = true;
-
package sync_pb;
// Properties of custom search engine sync objects.