diff options
Diffstat (limited to 'webkit/glue/plugins')
-rw-r--r-- | webkit/glue/plugins/plugin_host.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/glue/plugins/plugin_host.cc b/webkit/glue/plugins/plugin_host.cc index 27caf6c..28aba02 100644 --- a/webkit/glue/plugins/plugin_host.cc +++ b/webkit/glue/plugins/plugin_host.cc @@ -136,7 +136,6 @@ void PluginHost::InitializeHostFuncs() { host_funcs_.convertpoint = NPN_ConvertPoint; host_funcs_.handleevent = NPN_HandleEvent; host_funcs_.unfocusinstance = NPN_UnfocusInstance; - // TODO: Implement redirect handling: http://crbug.com/63030 host_funcs_.urlredirectresponse = NPN_URLRedirectResponse; } |