diff options
Diffstat (limited to 'chrome/browser/browser_window.h')
-rw-r--r-- | chrome/browser/browser_window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/browser_window.h b/chrome/browser/browser_window.h index c5a9420..2b5093d 100644 --- a/chrome/browser/browser_window.h +++ b/chrome/browser/browser_window.h @@ -131,6 +131,7 @@ class BrowserWindow { // Sizes the frame to match the specified desired bounds for the contents. // |contents_bounds| are in screen coordinates. + // TODO(beng): REMOVE virtual void SizeToContents(const gfx::Rect& contents_bounds) = 0; // Set the accelerator table. This is called once after LoadAccelerators |