| Index: sync/internal_api/public/write_node.h
|
| diff --git a/sync/internal_api/public/write_node.h b/sync/internal_api/public/write_node.h
|
| index 3d843a07dfb98e4e27518e556fc0a198442e9425..73baa6f53695c43d540ccfc15e6cbbed2139100b 100644
|
| --- a/sync/internal_api/public/write_node.h
|
| +++ b/sync/internal_api/public/write_node.h
|
| @@ -166,6 +166,11 @@ class SYNC_EXPORT WriteNode : public BaseNode {
|
| // Should only be called if GetModelType() == EXPERIMENTS.
|
| void SetExperimentsSpecifics(const sync_pb::ExperimentsSpecifics& specifics);
|
|
|
| + // Set the priority preference specifics.
|
| + // Should only be called if GetModelType() == PRIORITY_PREFERENCE.
|
| + void SetPriorityPreferenceSpecifics(
|
| + const sync_pb::PriorityPreferenceSpecifics& specifics);
|
| +
|
| // Implementation of BaseNode's abstract virtual accessors.
|
| virtual const syncable::Entry* GetEntry() const OVERRIDE;
|
|
|
|
|