From 417336c5ab6c869c854dc91157ca1e9416916688 Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Thu, 11 Sep 2008 21:54:28 +0000 Subject: Reverting constrained window change. Seems to break tests on TOT. Review URL: http://codereview.chromium.org/2447 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2088 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/views/constrained_window_impl.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'chrome/browser/views/constrained_window_impl.h') diff --git a/chrome/browser/views/constrained_window_impl.h b/chrome/browser/views/constrained_window_impl.h index 4218918..46022ae 100644 --- a/chrome/browser/views/constrained_window_impl.h +++ b/chrome/browser/views/constrained_window_impl.h @@ -93,9 +93,6 @@ class ConstrainedWindowImpl : public ConstrainedWindow, // this suppressed constrained popup window. void StartSuppressedAnimation(); - // Stops the ConstrainedWindowAnimation, making the entire titlebar visible. - void StopSuppressedAnimation(); - protected: // Windows message handlers: virtual void OnDestroy(); @@ -205,3 +202,4 @@ class ConstrainedWindowImpl : public ConstrainedWindow, }; #endif // #ifndef CHROME_BROWSER_CONSTRAINED_WINDOW_IMPL_H_ + -- cgit v1.1