| 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 82215297989de8e4bff549647a59e20cdb845f5a..26c959ca8b55fa1477f2e110d52d335fbbdbb316 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| @@ -1641,6 +1641,7 @@ void LocationBarView::WriteDragDataForView(views::View* sender,
|
| button_drag_utils::SetURLAndDragImage(web_contents->GetURL(),
|
| web_contents->GetTitle(),
|
| favicon,
|
| + NULL,
|
| data,
|
| sender->GetWidget());
|
| }
|
|
|