| Index: chrome/browser/sync/protocol/autofill_specifics.proto
|
| diff --git a/chrome/browser/sync/protocol/autofill_specifics.proto b/chrome/browser/sync/protocol/autofill_specifics.proto
|
| index 0e9aded7fefb833f0060aa67c4f4e1062d0c4b16..ac7bc5194e934595bff7a443c6ca93dfbdc12c3b 100644
|
| --- a/chrome/browser/sync/protocol/autofill_specifics.proto
|
| +++ b/chrome/browser/sync/protocol/autofill_specifics.proto
|
| @@ -14,8 +14,6 @@ option retain_unknown_fields = true;
|
|
|
| package sync_pb;
|
|
|
| -import "sync.proto";
|
| -
|
| // Properties of autofill sync objects.
|
|
|
| // An AutofillProfile.
|
| @@ -65,7 +63,3 @@ message AutofillSpecifics {
|
| // optional AutofillCreditCardSpecifics deprecated_credit_card = 6;
|
| }
|
|
|
| -extend EntitySpecifics {
|
| - optional AutofillSpecifics autofill = 31729;
|
| - optional AutofillProfileSpecifics autofill_profile = 63951;
|
| -}
|
|
|