diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-08 19:48:19 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-08 19:48:19 +0000 |
commit | 6f02bc09e8176a592e38ec118f70595a7672fcbf (patch) | |
tree | fc7b4f29058643cf9a94b166982815dd9fc70aec /chrome/browser/constrained_window.h | |
parent | 942dd7327db269b13d8f1e3155f13165af723395 (diff) | |
download | chromium_src-6f02bc09e8176a592e38ec118f70595a7672fcbf.zip chromium_src-6f02bc09e8176a592e38ec118f70595a7672fcbf.tar.gz chromium_src-6f02bc09e8176a592e38ec118f70595a7672fcbf.tar.bz2 |
Allow constrained popups to resize themselves...up to 10 times. (Then we ignore their pleas for resizes since they're obviously up to no good.)
BUG=1255747
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@585 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/constrained_window.h')
-rw-r--r-- | chrome/browser/constrained_window.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/constrained_window.h b/chrome/browser/constrained_window.h index 32fa071..7f67398 100644 --- a/chrome/browser/constrained_window.h +++ b/chrome/browser/constrained_window.h @@ -129,9 +129,6 @@ class ConstrainedWindow { // Closes the Constrained Window. virtual void CloseConstrainedWindow() = 0; - // Tells the Constrained Window to resize to the specified size. - virtual void ResizeConstrainedWindow(int width, int height) = 0; - // Repositions the Constrained Window so that the lower right corner // of the titlebar is at the passed in |anchor_point|. virtual void RepositionConstrainedWindowTo( |