| Index: build/config/allocator.gni
|
| diff --git a/build/config/allocator.gni b/build/config/allocator.gni
|
| index a08a1430e2385f7cb0a94b153f66f5ad79eb6a57..5ac3ed670492ae658b9824860741c978e3f87913 100644
|
| --- a/build/config/allocator.gni
|
| +++ b/build/config/allocator.gni
|
| @@ -28,8 +28,6 @@ declare_args() {
|
| # Memory allocator to use. Set to "none" to use default allocator.
|
| use_allocator = _default_allocator
|
|
|
| - # TODO(primiano): this should just become the default without having a flag,
|
| - # but we need to get there first. http://crbug.com/550886 .
|
| # Causes all the allocations to be routed via allocator_shim.cc.
|
| use_allocator_shim = _default_use_allocator_shim
|
| }
|
|
|