Index: base/allocator/allocator_extension.h |
diff --git a/base/allocator/allocator_extension.h b/base/allocator/allocator_extension.h |
index e65822b359e010a28150333a6bf19c2dd8be47a1..c8061633a2b77655e5ced1cf022529a5d337cb17 100644 |
--- a/base/allocator/allocator_extension.h |
+++ b/base/allocator/allocator_extension.h |
@@ -53,6 +53,9 @@ BASE_EXPORT void SetGetStatsFunction( |
BASE_EXPORT void SetReleaseFreeMemoryFunction( |
thunks::ReleaseFreeMemoryFunction release_free_memory_function); |
+BASE_EXPORT void SetGetNumericPropertyFunction( |
+ thunks::GetNumericPropertyFunction get_numeric_property_function); |
+ |
} // namespace allocator |
} // namespace base |