Index: chrome/renderer/render_view.h |
=================================================================== |
--- chrome/renderer/render_view.h (revision 20064) |
+++ chrome/renderer/render_view.h (working copy) |
@@ -524,7 +524,7 @@ |
void OnDragSourceEndedOrMoved(const gfx::Point& client_point, |
const gfx::Point& screen_point, |
- bool ended); |
+ bool ended, bool cancelled); |
void OnDragSourceSystemDragEnded(); |
void OnInstallMissingPlugin(); |
void OnFileChooserResponse(const std::vector<FilePath>& file_names); |