summaryrefslogtreecommitdiffstats
path: root/views/window/window_gtk.h
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-16 07:24:49 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-16 07:24:49 +0000
commitd33a47ce26330b024214b0ecfb8b2c5cda218233 (patch)
treecf2e53aa1f65c379095199c252c20630553c775d /views/window/window_gtk.h
parent7b7bbbe82533e74b60a924dc4d563f6d3f07482c (diff)
downloadchromium_src-d33a47ce26330b024214b0ecfb8b2c5cda218233.zip
chromium_src-d33a47ce26330b024214b0ecfb8b2c5cda218233.tar.gz
chromium_src-d33a47ce26330b024214b0ecfb8b2c5cda218233.tar.bz2
Revert "Make DevTools open docked by default for chrome os."
This reverts commit r41641 because all the devtools interactive_ui_tests are failing. TBR=xiyuan Review URL: http://codereview.chromium.org/1007004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41691 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/window/window_gtk.h')
-rw-r--r--views/window/window_gtk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/window/window_gtk.h b/views/window/window_gtk.h
index 865ac81..a9457af 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(GtkWidget* widget);
+ virtual void OnDestroy();
private:
static gboolean CallConfigureEvent(GtkWidget* widget,