| 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 308f51677463013ed9c67f28e5544a69a055b751..15e92933e7fbf79a5bf4030f68eea84255657d1e 100644
|
| --- a/chrome/browser/sync/syncable/model_type.h
|
| +++ b/chrome/browser/sync/syncable/model_type.h
|
| @@ -113,6 +113,9 @@ bool ModelTypeBitSetFromString(
|
| const std::string& model_type_bitset_string,
|
| ModelTypeBitSet* 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);
|
|
|