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

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

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.cc
diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
index 0a91186650aaca5e48153fdde20924dc58423af6..8328b14a3414c0d24caa905ad8eb8bb86a3506ca 100644
--- a/content/public/browser/content_browser_client.cc
+++ b/content/public/browser/content_browser_client.cc
@@ -307,4 +307,9 @@ bool ContentBrowserClient::IsPluginAllowedToCallRequestOSFileHandle(
return false;
}
+bool ContentBrowserClient::AllowWebGLDebugRendererInfoForDomain(
+ const GURL& url) const {
+ return false;
+}
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698