| 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 55381c113ec64d5ce41d469638f4d896128ecb53..0295436327021cd8fa8da0a7d0be60a5dfa76766 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -169,6 +169,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| content::ResourceContext* context) override;
|
| #endif // defined(ENABLE_WEBRTC)
|
|
|
| + bool AllowKeygen(const GURL& url, content::ResourceContext* context) override;
|
| +
|
| net::URLRequestContext* OverrideRequestContextForURL(
|
| const GURL& url,
|
| content::ResourceContext* context) override;
|
|
|