Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3781)

Unified Diff: chrome/browser/chrome_content_browser_client.h

Issue 2477573002: [Presentation API] (3rd) (1-UA) Split PresentationServiceDelegateImpl(PSDImpl) (Closed)
Patch Set: resolve code review comments from Mark Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698