| Index: chrome/browser/ui/tabs/dock_info.h
|
| diff --git a/chrome/browser/ui/tabs/dock_info.h b/chrome/browser/ui/tabs/dock_info.h
|
| index 8c3b740b40df5fb9b464215119f7b1173bbdefe6..a48c936a2d1a58488f37b6b3ec0df8e3427fcb34 100644
|
| --- a/chrome/browser/ui/tabs/dock_info.h
|
| +++ b/chrome/browser/ui/tabs/dock_info.h
|
| @@ -174,6 +174,8 @@ class DockInfo {
|
| private:
|
| // Returns the bounds of the window.
|
| bool GetWindowBounds(gfx::Rect* bounds) const;
|
| +
|
| + // Sets the bounds of |window_| to |bounds|.
|
| void SizeOtherWindowTo(const gfx::Rect& bounds) const;
|
|
|
| Type type_;
|
|
|