| Index: chrome/browser/sync/engine/syncapi.h
|
| diff --git a/chrome/browser/sync/engine/syncapi.h b/chrome/browser/sync/engine/syncapi.h
|
| index 346ac2f84675ed09e47cf6a2d07004283aba29c1..374b82000a7a05749cac32a64cb87cdb7f8aeae8 100644
|
| --- a/chrome/browser/sync/engine/syncapi.h
|
| +++ b/chrome/browser/sync/engine/syncapi.h
|
| @@ -348,6 +348,9 @@ class WriteNode : public BaseNode {
|
| // Should only be called if GetModelType() == AUTOFILL.
|
| void SetAutofillSpecifics(const sync_pb::AutofillSpecifics& specifics);
|
|
|
| + void SetAutofillProfileSpecifics(
|
| + const sync_pb::AutofillProfileSpecifics& specifics);
|
| +
|
| // Set the nigori specifics.
|
| // Should only be called if GetModelType() == NIGORI.
|
| void SetNigoriSpecifics(const sync_pb::NigoriSpecifics& specifics);
|
| @@ -399,6 +402,8 @@ class WriteNode : public BaseNode {
|
| const sync_pb::AppSpecifics& new_value);
|
| void PutAutofillSpecificsAndMarkForSyncing(
|
| const sync_pb::AutofillSpecifics& new_value);
|
| + void PutAutofillProfileSpecificsAndMarkForSyncing(
|
| + const sync_pb::AutofillProfileSpecifics& new_value);
|
| void PutBookmarkSpecificsAndMarkForSyncing(
|
| const sync_pb::BookmarkSpecifics& new_value);
|
| void PutNigoriSpecificsAndMarkForSyncing(
|
|
|