| 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 1753e125190dda0e381c4c4b66d65be9705e87ed..0b3e01933811ca26fc6528ceac0827e2f68db1a2 100644
|
| --- a/content/public/browser/content_browser_client.cc
|
| +++ b/content/public/browser/content_browser_client.cc
|
| @@ -325,6 +325,11 @@ BrowserPpapiHost*
|
| return nullptr;
|
| }
|
|
|
| +gpu::GpuChannelEstablishFactory*
|
| +ContentBrowserClient::GetGpuChannelEstablishFactory() {
|
| + return nullptr;
|
| +}
|
| +
|
| bool ContentBrowserClient::AllowPepperSocketAPI(
|
| BrowserContext* browser_context,
|
| const GURL& url,
|
|
|