| Index: chrome/browser/sync/syncable/model_type.h
|
| diff --git a/chrome/browser/sync/syncable/model_type.h b/chrome/browser/sync/syncable/model_type.h
|
| index 62f17879aa03f8f7877f140dc6a20bd1c4f9b8ae..3c4254cedfcb189cdaa2f2502e18de65de59e57d 100644
|
| --- a/chrome/browser/sync/syncable/model_type.h
|
| +++ b/chrome/browser/sync/syncable/model_type.h
|
| @@ -118,6 +118,12 @@ bool ModelTypeBitSetFromString(
|
| // Caller takes ownership of returned list.
|
| ListValue* ModelTypeBitSetToValue(const ModelTypeBitSet& model_types);
|
|
|
| +// Caller takes ownership of returned list.
|
| +ListValue* ModelTypeSetToValue(const ModelTypeSet& model_types);
|
| +
|
| +// Returns a string corresponding to the syncable tag for this datatype.
|
| +std::string ModelTypeToRootTag(ModelType type);
|
| +
|
| // Posts timedeltas to histogram of datatypes. Allows tracking of the frequency
|
| // at which datatypes cause syncs.
|
| void PostTimeToTypeHistogram(ModelType model_type, base::TimeDelta time);
|
|
|