Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(961)

Unified Diff: content/public/browser/content_browser_client.h

Issue 48113021: Expose WebGL extension WEBGL_debug_renderer_info to Google domains (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698