Chromium Code Reviews| Index: ui/views/button_drag_utils.cc |
| diff --git a/ui/views/button_drag_utils.cc b/ui/views/button_drag_utils.cc |
| index 0084ba9cca6b556f63f786368a67775524950260..41a3808dc2a261fcb35ebf0f14d77205557ae16c 100644 |
| --- a/ui/views/button_drag_utils.cc |
| +++ b/ui/views/button_drag_utils.cc |
| @@ -18,7 +18,7 @@ |
| namespace button_drag_utils { |
| // Maximum width of the link drag image in pixels. |
| -static const int kLinkDragImageMaxWidth = 200; |
| +static const int kLinkDragImageMaxWidth = 150; |
|
Elliot Glaysher
2014/06/07 00:06:36
This was made to match BookmarkBarView::kMaxButton
|
| void SetURLAndDragImage(const GURL& url, |
| const base::string16& title, |