| Index: chrome/browser/gtk/browser_actions_toolbar_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/gtk/browser_actions_toolbar_gtk.cc (revision 34323)
|
| +++ chrome/browser/gtk/browser_actions_toolbar_gtk.cc (working copy)
|
| @@ -326,11 +326,6 @@
|
| if (drag_button_ != NULL) {
|
| // Break the current drag.
|
| gtk_grab_remove(widget());
|
| -
|
| - // Re-generate the toolbar to clean up unfinished drag business (i.e., we
|
| - // may have re-ordered some buttons; this will put them back where they
|
| - // belong).
|
| - CreateAllButtons();
|
| }
|
|
|
| RemoveButtonForExtension(extension);
|
|
|