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 be14cefedf3b541443206341ca49157a10c34915..f3c5b9ecf258abd8fd0d17bedd3d4eebbc58d8df 100644 |
--- a/chrome/browser/chrome_content_browser_client.h |
+++ b/chrome/browser/chrome_content_browser_client.h |
@@ -300,7 +300,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; |
ScopedVector<content::NavigationThrottle> CreateThrottlesForNavigation( |