| 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 ce1c70ee7e03b2a13d9b4d1f259d092cc4a33f8d..2b2a930b74241bc1469c4f03dea04dfaf1e8d6c5 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -298,7 +298,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;
|
|
|