| 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 2f23b384539fa4bd417f45aff09f87a1ddf2bf67..8009aab1475b50f5799f98362964563f4be5fae6 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -250,7 +250,9 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| bool CheckMediaAccessPermission(content::BrowserContext* browser_context,
|
| const GURL& security_origin,
|
| content::MediaStreamType type) override;
|
| -
|
| + void OverrideRenderFrameMojoServices(
|
| + content::ServiceRegistry* registry,
|
| + content::RenderFrameHost* render_frame_host) override;
|
| void OpenURL(content::BrowserContext* browser_context,
|
| const content::OpenURLParams& params,
|
| const base::Callback<void(content::WebContents*)>& callback)
|
|
|