Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / web / WebPermissionClient.h
index ea62def..80fce6c 100644 (file)
@@ -101,9 +101,6 @@ public:
     // Controls whether pushState and related History APIs are enabled for this frame.
     virtual bool allowPushState(WebFrame*) { return true; }
 
-    // Controls whether WebGL extension WEBGL_debug_renderer_info is allowed for this frame.
-    virtual bool allowWebGLDebugRendererInfo(WebFrame*) { return false; }
-
     // Notifies the client that the frame would have instantiated a plug-in if plug-ins were enabled.
     virtual void didNotAllowPlugins(WebFrame*) { }