From 38ab46563875871094169fb1152a8b21ebbf841f Mon Sep 17 00:00:00 2001 From: "xiyuan@chromium.org" Date: Mon, 22 Mar 2010 17:02:45 +0000 Subject: Reland r41641 "Make DevTools open docked by default..." - Fix DevToolsSanityTest time out. The timeout is because the tests wait for Browser closed notification. However, docked DevTools does not have its own Browser object and hence the wait times out. BUG=none TEST=none Review URL: http://codereview.chromium.org/1025005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42226 0039d316-1c4b-4281-b951-d872f2087c98 --- views/window/window_gtk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/window/window_gtk.h') diff --git a/views/window/window_gtk.h b/views/window/window_gtk.h index a9457af..865ac81 100644 --- a/views/window/window_gtk.h +++ b/views/window/window_gtk.h @@ -79,7 +79,7 @@ class WindowGtk : public WidgetGtk, public Window { // Initializes the window to the passed in bounds. void Init(GtkWindow* parent, const gfx::Rect& bounds); - virtual void OnDestroy(); + virtual void OnDestroy(GtkWidget* widget); private: static gboolean CallConfigureEvent(GtkWidget* widget, -- cgit v1.1