| Index: chrome/browser/memory_details.cc
|
| diff --git a/chrome/browser/memory_details.cc b/chrome/browser/memory_details.cc
|
| index 723fdac9579d611c72d66b1ad12784b7a7ef142b..356fffcf72bc125b57284a2c2a829bd1a397f5e3 100644
|
| --- a/chrome/browser/memory_details.cc
|
| +++ b/chrome/browser/memory_details.cc
|
| @@ -97,7 +97,8 @@ ProcessMemoryInformation::ProcessMemoryInformation()
|
| num_open_fds(-1),
|
| open_fds_soft_limit(-1),
|
| renderer_type(RENDERER_UNKNOWN),
|
| - phys_footprint(0) {}
|
| + phys_footprint(0),
|
| + private_memory_footprint(0) {}
|
|
|
| ProcessMemoryInformation::ProcessMemoryInformation(
|
| const ProcessMemoryInformation& other) = default;
|
|
|