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; |
|
msw
2014/06/09 17:18:40
Why are you changing this?
Elliot Glaysher
2014/06/11 00:27:28
As mentioned above, this is being set to BookmarkB
|
| void SetURLAndDragImage(const GURL& url, |
| const base::string16& title, |