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

Unified Diff: chrome/browser/sync/protocol/bookmark_specifics.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/bookmark_specifics.proto
diff --git a/chrome/browser/sync/protocol/bookmark_specifics.proto b/chrome/browser/sync/protocol/bookmark_specifics.proto
index 976cedc87c28a438bd8b72872d4b17318a3e22c3..8711aa28fb60ab013b3113b74bded9e5553caa6e 100644
--- a/chrome/browser/sync/protocol/bookmark_specifics.proto
+++ b/chrome/browser/sync/protocol/bookmark_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;
« no previous file with comments | « chrome/browser/sync/protocol/autofill_specifics.proto ('k') | chrome/browser/sync/protocol/encryption.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698