| Index: chrome/browser/sync/protocol/preference_specifics.proto
|
| diff --git a/chrome/browser/sync/protocol/preference_specifics.proto b/chrome/browser/sync/protocol/preference_specifics.proto
|
| index 5c0e698162414cf4fe48f1f9be2801dc8fa1f736..77c1a450cca9bb3455753a5a66eee6ec30cda70c 100644
|
| --- a/chrome/browser/sync/protocol/preference_specifics.proto
|
| +++ b/chrome/browser/sync/protocol/preference_specifics.proto
|
| @@ -6,7 +6,10 @@
|
|
|
| syntax = "proto2";
|
|
|
| -option optimize_for = LITE_RUNTIME;
|
| +// TODO(akalin): Re-enable this once LITE_RUNTIME supports preserving
|
| +// unknown fields.
|
| +
|
| +// option optimize_for = LITE_RUNTIME;
|
|
|
| package sync_pb;
|
|
|
|
|