diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-11 21:54:28 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-11 21:54:28 +0000 |
commit | 417336c5ab6c869c854dc91157ca1e9416916688 (patch) | |
tree | 6aa92b2ccd6f9686a938487b422a5519d2b94b6a /chrome/browser/views/constrained_window_impl.h | |
parent | 8fbd394dbe22fba25d5f82007401eb69502039af (diff) | |
download | chromium_src-417336c5ab6c869c854dc91157ca1e9416916688.zip chromium_src-417336c5ab6c869c854dc91157ca1e9416916688.tar.gz chromium_src-417336c5ab6c869c854dc91157ca1e9416916688.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/views/constrained_window_impl.h')
-rw-r--r-- | chrome/browser/views/constrained_window_impl.h | 4 |
1 files changed, 1 insertions, 3 deletions
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_ + |