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 6d6f8bb57ab5d0cf5c7e17a88014ab2f4bfc002b..71a64f42ae5097721828e8d99b526941938464ed 100644 |
--- a/chrome/browser/chrome_content_browser_client.h |
+++ b/chrome/browser/chrome_content_browser_client.h |
@@ -292,7 +292,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( |