summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webview_delegate.h
diff options
context:
space:
mode:
authoravi@google.com <avi@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-15 16:16:11 +0000
committeravi@google.com <avi@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-15 16:16:11 +0000
commita2deace9e0e42b283e7f5c38754aa1647308ca6c (patch)
tree30f6d94bdc79a9db4ac7ce7cacdac1a6106b374f /webkit/glue/webview_delegate.h
parent3e3986e24a847ac5341708827b33b5e76a83037a (diff)
downloadchromium_src-a2deace9e0e42b283e7f5c38754aa1647308ca6c.zip
chromium_src-a2deace9e0e42b283e7f5c38754aa1647308ca6c.tar.gz
chromium_src-a2deace9e0e42b283e7f5c38754aa1647308ca6c.tar.bz2
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
Diffstat (limited to 'webkit/glue/webview_delegate.h')
-rw-r--r--webkit/glue/webview_delegate.h2
1 files changed, 2 insertions, 0 deletions
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,