Chromium Code Reviews| Index: chrome/browser/ui/views/frame/contents_container.h |
| diff --git a/chrome/browser/ui/views/frame/contents_container.h b/chrome/browser/ui/views/frame/contents_container.h |
| index 4a24d79921243cf36f39a43831a02a8c567ee429..1787237f39b7f8f19a6bdfb51cc7d9286f9a97cd 100644 |
| --- a/chrome/browser/ui/views/frame/contents_container.h |
| +++ b/chrome/browser/ui/views/frame/contents_container.h |
| @@ -56,6 +56,8 @@ class ContentsContainer : public views::View { |
| return preview_web_contents_; |
| } |
| + int preview_height() const; |
|
dhollowa
2013/01/25 21:24:08
nit: since this is snake case (trivial) better to
Peter Kasting
2013/01/28 21:51:00
Anything named unix_hacker()-style should be inlin
kuan
2013/01/29 00:17:08
Done.
kuan
2013/01/29 00:17:08
Done.
|
| + |
| // Sets the active top margin. |
| void SetActiveTopMargin(int margin); |