summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/protocol/test.proto
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/protocol/test.proto')
-rw-r--r--chrome/browser/sync/protocol/test.proto7
1 files changed, 2 insertions, 5 deletions
diff --git a/chrome/browser/sync/protocol/test.proto b/chrome/browser/sync/protocol/test.proto
index e218e47..4855d64 100644
--- a/chrome/browser/sync/protocol/test.proto
+++ b/chrome/browser/sync/protocol/test.proto
@@ -6,11 +6,8 @@
syntax = "proto2";
-// TODO(agl): In the future we hope that the lite runtime will be able to
-// handle unknown fields in messages. Until then, we use the full runtime.
-
-// option optimize_for = LITE_RUNTIME;
-// option retain_unknown_fields = true;
+option optimize_for = LITE_RUNTIME;
+option retain_unknown_fields = true;
package sync_pb;