Index: chrome/browser/plugin_service.cc |
=================================================================== |
--- chrome/browser/plugin_service.cc (revision 62937) |
+++ chrome/browser/plugin_service.cc (working copy) |
@@ -262,6 +262,7 @@ |
this, &PluginService::GetAllowedPluginForOpenChannelToPlugin, |
renderer_msg_filter, url, mime_type, reply_msg)); |
} |
+ |
void PluginService::GetAllowedPluginForOpenChannelToPlugin( |
ResourceMessageFilter* renderer_msg_filter, |
const GURL& url, |
@@ -273,6 +274,7 @@ |
FilePath plugin_path; |
if (found && info.enabled) |
plugin_path = FilePath(info.path); |
+ |
// Now we jump back to the IO thread to finish opening the channel. |
BrowserThread::PostTask( |
BrowserThread::IO, FROM_HERE, |