| Index: chrome/browser/memory/oom_memory_details.cc
|
| diff --git a/chrome/browser/memory/oom_memory_details.cc b/chrome/browser/memory/oom_memory_details.cc
|
| index 6d468922af996638c133774e626f3b8d0ea8f8ba..57555877342b1ff210cc2d1fb75b78ed047c02e2 100644
|
| --- a/chrome/browser/memory/oom_memory_details.cc
|
| +++ b/chrome/browser/memory/oom_memory_details.cc
|
| @@ -18,7 +18,7 @@ void OomMemoryDetails::Log(const std::string& title,
|
| const base::Closure& callback) {
|
| // Deletes itself upon completion.
|
| OomMemoryDetails* details = new OomMemoryDetails(title, callback);
|
| - details->StartFetch(MemoryDetails::FROM_CHROME_ONLY);
|
| + details->StartFetch();
|
| }
|
|
|
| OomMemoryDetails::OomMemoryDetails(const std::string& title,
|
|
|