| Index: content/public/browser/content_browser_client.h
|
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
| index dc7f9dd057c29299d8e8a4a4cd2ce5330f2fe460..2c8647cc04a4aa4eb0332f760f167c0cc881dfe6 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -604,6 +604,9 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| virtual bool IsPluginAllowedToCallRequestOSFileHandle(
|
| content::BrowserContext* browser_context,
|
| const GURL& url);
|
| +
|
| + // Checks if WebGL extension WEBGL_debug_renderer_info is allowed for |url|.
|
| + virtual bool AllowWebGLDebugRendererInfoForDomain(const GURL& url) const;
|
| };
|
|
|
| } // namespace content
|
|
|