| Index: content/public/browser/content_browser_client.cc
|
| diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
|
| index f6c8cdb4fb25e623bfd708d7ab99cbec26679ddb..9bf017171c343fc46e9173babd2be89324331b34 100644
|
| --- a/content/public/browser/content_browser_client.cc
|
| +++ b/content/public/browser/content_browser_client.cc
|
| @@ -384,8 +384,14 @@ std::string ContentBrowserClient::GetServiceUserIdForBrowserContext(
|
| return base::GenerateGUID();
|
| }
|
|
|
| -PresentationServiceDelegate*
|
| -ContentBrowserClient::GetPresentationServiceDelegate(
|
| +ControllerPresentationServiceDelegate*
|
| +ContentBrowserClient::GetControllerPresentationServiceDelegate(
|
| + WebContents* web_contents) {
|
| + return nullptr;
|
| +}
|
| +
|
| +ReceiverPresentationServiceDelegate*
|
| +ContentBrowserClient::GetReceiverPresentationServiceDelegate(
|
| WebContents* web_contents) {
|
| return nullptr;
|
| }
|
|
|