Chromium Code Reviews| Index: content/renderer/browser_plugin/browser_plugin.cc |
| diff --git a/content/renderer/browser_plugin/browser_plugin.cc b/content/renderer/browser_plugin/browser_plugin.cc |
| index f9e2373f7c28eefaec2aa2351448844fc02c7ef2..5f27bcf25a65172d8965ce9c532f907cf9d506d0 100644 |
| --- a/content/renderer/browser_plugin/browser_plugin.cc |
| +++ b/content/renderer/browser_plugin/browser_plugin.cc |
| @@ -1487,7 +1487,7 @@ bool BrowserPlugin::handleDragStatusUpdate(WebKit::WebDragStatus drag_status, |
| WebDropData(drag_data), |
| mask, |
| position)); |
| - return false; |
| + return true; |
| } |
| void BrowserPlugin::didReceiveResponse( |