Index: chrome/common/render_messages.h |
=================================================================== |
--- chrome/common/render_messages.h (revision 232511) |
+++ chrome/common/render_messages.h (working copy) |
@@ -642,6 +642,12 @@ |
GURL /* origin */, |
bool /* allowed */) |
+// Sent by the renderer to check if a URL has permission to access WebGL |
+// extension WEBGL_debug_renderer_info. |
+IPC_SYNC_MESSAGE_ROUTED1_1(ChromeViewHostMsg_IsWebGLDebugRendererInfoAllowed, |
+ GURL /* origin */, |
+ bool /* allowed */) |
+ |
// Sent when the renderer was prevented from displaying insecure content in |
// a secure page by a security policy. The page may appear incomplete. |
IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_DidBlockDisplayingInsecureContent) |