Chromium Code Reviews| Index: content/browser/web_contents/web_contents_drag_win.h |
| diff --git a/content/browser/web_contents/web_contents_drag_win.h b/content/browser/web_contents/web_contents_drag_win.h |
| index f606d0fbe3c8edd5f5a1910ba8f22093f57599ae..1e02062b45ca015b360e863ad7fa1576c37d937c 100644 |
| --- a/content/browser/web_contents/web_contents_drag_win.h |
| +++ b/content/browser/web_contents/web_contents_drag_win.h |
| @@ -67,7 +67,11 @@ class CONTENT_EXPORT WebContentsDragWin |
| ui::OSExchangeData* data); |
| void PrepareDragForUrl(const WebDropData& drop_data, |
| ui::OSExchangeData* data); |
| - void DoDragging(const WebDropData& drop_data, |
| + // Returns false if the source window becomes invalid when the drag ends. |
| + // This could happens when the window gets destroyed when the drag is still in |
|
Ben Goodger (Google)
2012/09/27 16:05:20
happen
|
| + // progress. No further processing should be done beyond this return point |
| + // because the instance has been disposed. |
|
Ben Goodger (Google)
2012/09/27 16:05:20
destroyed.
|
| + bool DoDragging(const WebDropData& drop_data, |
| WebKit::WebDragOperationsMask ops, |
| const GURL& page_url, |
| const std::string& page_encoding, |