| Index: chrome/browser/memory_details.cc
|
| diff --git a/chrome/browser/memory_details.cc b/chrome/browser/memory_details.cc
|
| index 0153e1af96a4dc403469f9a65c98f5b130df0874..16dba5fa7561fcb7ac7c2f1a6931a3f9fa08e419 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;
|
|
|