diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-11 20:55:28 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-11 20:55:28 +0000 |
commit | 841b2e088b53789192997b8a951d56594bc39c80 (patch) | |
tree | 6a1814fe6b9bb93b23c0e2a075de614f1f2bb821 /chrome/browser/views/constrained_window_impl.h | |
parent | ee0c854114f42eed11a41d0b930ec2b341632156 (diff) | |
download | chromium_src-841b2e088b53789192997b8a951d56594bc39c80.zip chromium_src-841b2e088b53789192997b8a951d56594bc39c80.tar.gz chromium_src-841b2e088b53789192997b8a951d56594bc39c80.tar.bz2 |
Fix crasher and possible security vulnerability in popup
handling.
B=1368898
Review URL: http://codereview.chromium.org/2437
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2079 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, 3 insertions, 1 deletions
diff --git a/chrome/browser/views/constrained_window_impl.h b/chrome/browser/views/constrained_window_impl.h index 46022ae..4218918 100644 --- a/chrome/browser/views/constrained_window_impl.h +++ b/chrome/browser/views/constrained_window_impl.h @@ -93,6 +93,9 @@ 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(); @@ -202,4 +205,3 @@ class ConstrainedWindowImpl : public ConstrainedWindow, }; #endif // #ifndef CHROME_BROWSER_CONSTRAINED_WINDOW_IMPL_H_ - |