| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index ae3be770c16b9aff5c4bd04452a6f82eb0731020..a59ffab7b465fde0e54765e266dd8dfa8e960971 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -276,9 +276,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| bool IsWin32kLockdownEnabledForMimeType(
|
| const std::string& mime_type) const override;
|
| #endif
|
| - void ExposeInterfacesToRenderer(
|
| - shell::InterfaceRegistry* registry,
|
| - content::RenderProcessHost* render_process_host) override;
|
| + void ExposeInterfacesToRenderer(shell::Connection* connection) override;
|
| void ExposeInterfacesToMediaService(
|
| shell::InterfaceRegistry* registry,
|
| content::RenderFrameHost* render_frame_host) override;
|
|
|