summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-23 19:57:13 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-23 19:57:13 +0000
commit3987bcf03ef52862924fd4499fbd4fecee837e4c (patch)
tree50f2ac2668a7b282024c689d2fce09759e3a3f8b /webkit/glue/plugins
parent8d0a7b89536aac0b0d949c8706d6360218866d22 (diff)
downloadchromium_src-3987bcf03ef52862924fd4499fbd4fecee837e4c.zip
chromium_src-3987bcf03ef52862924fd4499fbd4fecee837e4c.tar.gz
chromium_src-3987bcf03ef52862924fd4499fbd4fecee837e4c.tar.bz2
Removing TODO for implementing plugin redirect handling.
TBR=stuartmorgan Bug=63030 Review URL: http://codereview.chromium.org/5306004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67140 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/plugins')
-rw-r--r--webkit/glue/plugins/plugin_host.cc1
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;
}