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

Unified Diff: chrome/browser/sync/protocol/encryption.proto

Issue 2951016: Switched sync protobufs to use "heavy" protobufs. (Closed)
Patch Set: Created 10 years, 5 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
Index: chrome/browser/sync/protocol/encryption.proto
diff --git a/chrome/browser/sync/protocol/encryption.proto b/chrome/browser/sync/protocol/encryption.proto
index a1159571d4f1f167c89df113b48114d107c9be54..1a331f4cd47cbf6ee567f8c8aa87a62758e3dd70 100644
--- a/chrome/browser/sync/protocol/encryption.proto
+++ b/chrome/browser/sync/protocol/encryption.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;
« no previous file with comments | « chrome/browser/sync/protocol/bookmark_specifics.proto ('k') | chrome/browser/sync/protocol/extension_specifics.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698