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 b4921e56e69969b82d916bfc434f9efb14c576ee..57795ed658de2fc7c2670a14d34c040d320d751a 100644 |
| --- a/content/renderer/browser_plugin/browser_plugin.cc |
| +++ b/content/renderer/browser_plugin/browser_plugin.cc |
| @@ -1455,7 +1455,7 @@ bool BrowserPlugin::handleDragStatusUpdate(WebKit::WebDragStatus drag_status, |
| WebDropData(drag_data), |
| mask, |
| position)); |
| - return false; |
| + return true; |
| } |
| void BrowserPlugin::didReceiveResponse( |