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

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

Issue 9460047: sync: remove use of protobuf extensions in protocol to reduce static init overhead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fred's review Created 8 years, 10 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/nigori_specifics.proto
diff --git a/chrome/browser/sync/protocol/nigori_specifics.proto b/chrome/browser/sync/protocol/nigori_specifics.proto
index 1655223297bdff07418beee1b1b8b8c33b72ee07..50f50142a2a2986458eede79a53176f5442607ac 100644
--- a/chrome/browser/sync/protocol/nigori_specifics.proto
+++ b/chrome/browser/sync/protocol/nigori_specifics.proto
@@ -15,7 +15,6 @@ option retain_unknown_fields = true;
package sync_pb;
import "encryption.proto";
-import "sync.proto";
message NigoriKey {
optional string name = 1;
@@ -93,6 +92,3 @@ message NigoriSpecifics {
repeated DeviceInformation device_information = 28;
}
-extend EntitySpecifics {
- optional NigoriSpecifics nigori = 47745;
-}
« no previous file with comments | « chrome/browser/sync/protocol/extension_specifics.proto ('k') | chrome/browser/sync/protocol/password_specifics.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698