| Index: components/sync/model/model_type_debug_info.h
|
| diff --git a/components/sync/model/model_type_debug_info.h b/components/sync/model/model_type_debug_info.h
|
| index 74cc940b06c2472eb51c27e9b67882aab8b4a1cf..e8b94a3b9b252acc27fd85c8c0cf756c2f10dbd8 100644
|
| --- a/components/sync/model/model_type_debug_info.h
|
| +++ b/components/sync/model/model_type_debug_info.h
|
| @@ -35,6 +35,10 @@ class ModelTypeDebugInfo {
|
| callback,
|
| ModelTypeSyncBridge* bridge);
|
|
|
| + // Queries |bridge| for estimate of memory usage and records it in a
|
| + // histogram.
|
| + static void RecordMemoryUsageHistogram(ModelTypeSyncBridge* bridge);
|
| +
|
| private:
|
| ModelTypeDebugInfo();
|
|
|
|
|