| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index 74f9a5c4606eccca2c5edbc14cbe57f37680ca00..d3649bf1e8f7d9d6fa352bc37783f18b1da92209 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -2950,7 +2950,8 @@ void ChromeContentBrowserClient::ExposeInterfacesToGpuProcess(
|
| shell::InterfaceRegistry* registry,
|
| content::GpuProcessHost* render_process_host) {
|
| registry->AddInterface(
|
| - base::Bind(&metrics::CallStackProfileCollector::Create));
|
| + base::Bind(&metrics::CallStackProfileCollector::Create,
|
| + metrics::CallStackProfileParams::GPU_PROCESS));
|
| }
|
|
|
| void ChromeContentBrowserClient::RegisterInProcessMojoApplications(
|
|
|