| 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 330d4bd2fccc04672545e10855beba15dee9047d..a0a7632d376aba862a8d658d5656b2082c7a6ac2 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -2718,7 +2718,8 @@ bool ChromeContentBrowserClient::ShouldUseWindowsPrefetchArgument() const {
|
| #endif // defined(OS_WIN)
|
|
|
| void ChromeContentBrowserClient::RegisterRenderProcessMojoServices(
|
| - content::ServiceRegistry* registry) {
|
| + content::ServiceRegistry* registry,
|
| + content::RenderProcessHost* render_process_host) {
|
| registry->AddService(
|
| base::Bind(&startup_metric_utils::StartupMetricHostImpl::Create));
|
| }
|
|
|