| 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 700f9c6b487b7ad193387f09b5cc2f7be87b63cf..8271704ee38447ed3109517c6cd5b129b1b1d451 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -297,7 +297,11 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| const content::OpenURLParams& params,
|
| const base::Callback<void(content::WebContents*)>& callback)
|
| override;
|
| - content::PresentationServiceDelegate* GetPresentationServiceDelegate(
|
| + content::ControllerPresentationServiceDelegate*
|
| + GetControllerPresentationServiceDelegate(
|
| + content::WebContents* web_contents) override;
|
| + content::ReceiverPresentationServiceDelegate*
|
| + GetReceiverPresentationServiceDelegate(
|
| content::WebContents* web_contents) override;
|
|
|
| void RecordURLMetric(const std::string& metric, const GURL& url) override;
|
|
|