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

Unified Diff: chrome/browser/ui/panels/panel_browser_window_gtk.h

Issue 9071001: base::Bind: Remove ScopedRunnableMethodFactory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 12 months 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/ui/panels/panel_browser_window_gtk.h
diff --git a/chrome/browser/ui/panels/panel_browser_window_gtk.h b/chrome/browser/ui/panels/panel_browser_window_gtk.h
index 6a1292d8ddf27be6e7437a9d073a62ca79bf205e..d2fd121cc67f9500e5b658ab7010ff60c1b0a387 100644
--- a/chrome/browser/ui/panels/panel_browser_window_gtk.h
+++ b/chrome/browser/ui/panels/panel_browser_window_gtk.h
@@ -157,10 +157,6 @@ class PanelBrowserWindowGtk : public BrowserWindowGtk,
// reference, so we can't use an OwnedWidgetGtk here.
GtkWidget* drag_widget_;
- // Used to destroy the drag widget after a return to the message loop.
- ScopedRunnableMethodFactory<PanelBrowserWindowGtk>
- destroy_drag_widget_factory_;
-
// Due to a bug in GTK+, we need to force the end of a drag when we get a
// mouse release event on the the dragged widget, otherwise, we don't know
// when the drag has ended when the user presses space or enter. We queue

Powered by Google App Engine
This is Rietveld 408576698