| Index: chrome/browser/memory_details.cc
|
| diff --git a/chrome/browser/memory_details.cc b/chrome/browser/memory_details.cc
|
| index 8d2678821689d8e64b2706a336dc96874f473ab8..764977562937fd971a249792a1b443bf25606328 100644
|
| --- a/chrome/browser/memory_details.cc
|
| +++ b/chrome/browser/memory_details.cc
|
| @@ -135,7 +135,8 @@ void MemoryDetails::CollectChildInfoOnUIThread() {
|
| continue;
|
| }
|
| process.type = ChildProcessInfo::RENDER_PROCESS;
|
| - Profile* profile = render_process_host->profile();
|
| + Profile* profile =
|
| + Profile::FromBrowserContext(render_process_host->browser_context());
|
| ExtensionService* extension_service = profile->GetExtensionService();
|
|
|
| // The RenderProcessHost may host multiple TabContents. Any
|
|
|