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

Unified Diff: chrome/browser/chrome_content_browser_client.h

Issue 2477573002: [Presentation API] (3rd) (1-UA) Split PresentationServiceDelegateImpl(PSDImpl) (Closed)
Patch Set: fix windows compile error Created 3 years, 11 months 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
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698