| Index: chrome/browser/memory_details.cc
|
| diff --git a/chrome/browser/memory_details.cc b/chrome/browser/memory_details.cc
|
| index 2c93613373498150ccaefa8fd4031f6f175e39a2..de2f3ccdf25fedf0d4a4a1daa6e8b5450957cb65 100644
|
| --- a/chrome/browser/memory_details.cc
|
| +++ b/chrome/browser/memory_details.cc
|
| @@ -96,7 +96,8 @@ ProcessMemoryInformation::ProcessMemoryInformation()
|
| process_type(content::PROCESS_TYPE_UNKNOWN),
|
| num_open_fds(-1),
|
| open_fds_soft_limit(-1),
|
| - renderer_type(RENDERER_UNKNOWN) {}
|
| + renderer_type(RENDERER_UNKNOWN),
|
| + phys_footprint(0) {}
|
|
|
| ProcessMemoryInformation::ProcessMemoryInformation(
|
| const ProcessMemoryInformation& other) = default;
|
|
|