From a2deace9e0e42b283e7f5c38754aa1647308ca6c Mon Sep 17 00:00:00 2001 From: "avi@google.com" Date: Mon, 15 Sep 2008 16:16:11 +0000 Subject: Turn off ActiveX for non-Windows platforms Review URL: http://codereview.chromium.org/2814 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2216 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/webview_delegate.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webkit/glue/webview_delegate.h') diff --git a/webkit/glue/webview_delegate.h b/webkit/glue/webview_delegate.h index 6a3f9df..0b4b4fb 100644 --- a/webkit/glue/webview_delegate.h +++ b/webkit/glue/webview_delegate.h @@ -114,6 +114,8 @@ class WebViewDelegate : virtual public WebWidgetDelegate { // This method is called to create a WebPluginDelegate implementation when a // new plugin is instanced. See webkit_glue::CreateWebPluginDelegateHelper // for a default WebPluginDelegate implementation. + // TODO(port): clsid is very Win- and ActiveX-specific; refactor to be more + // platform-neutral virtual WebPluginDelegate* CreatePluginDelegate( WebView* webview, const GURL& url, -- cgit v1.1