Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2208)

Unified Diff: chrome/browser/gtk/browser_actions_toolbar_gtk.cc

Issue 487021: Persist the order of extensions in the browser action toolbar across sessions... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698