| Index: chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.cc b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| index 8a71d567653cd1638645056b894de8ececb0d4fe..d48a8071a0802c2f7f3df8f012ab6857731dd124 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| @@ -1657,6 +1657,7 @@ void LocationBarView::WriteDragDataForView(views::View* sender,
|
| button_drag_utils::SetURLAndDragImage(web_contents->GetURL(),
|
| web_contents->GetTitle(),
|
| favicon,
|
| + NULL,
|
| data,
|
| sender->GetWidget());
|
| }
|
|
|