| 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 66d9e71955e10070a0a276da19ceb97bd23d3fe6..d728821249c37926c59c75912c15a6e4c2e06675 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -272,6 +272,9 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| content::BrowserContext* browser_context,
|
| const GURL& url) OVERRIDE;
|
|
|
| + virtual bool AllowWebGLDebugRendererInfoForDomain(
|
| + const GURL& url) const OVERRIDE;
|
| +
|
| private:
|
| #if defined(ENABLE_PLUGINS)
|
| // Set of origins that can use TCP/UDP private APIs from NaCl.
|
|
|