| Index: chrome/browser/memory_details_linux.cc
|
| diff --git a/chrome/browser/memory_details_linux.cc b/chrome/browser/memory_details_linux.cc
|
| index 3d7df23880ff13aad98defef6eed129f102d604c..0a123cce3453e9e5f313eb3a6adac8094e768194 100644
|
| --- a/chrome/browser/memory_details_linux.cc
|
| +++ b/chrome/browser/memory_details_linux.cc
|
| @@ -192,7 +192,7 @@ void MemoryDetails::CollectProcessData(
|
| // We found a process whose type is diffent from its parent's type.
|
| // That means it is the root process of the browser.
|
| browsers_found.insert(current_process.pid);
|
| - break;
|
| + continue;
|
| }
|
| }
|
|
|
|
|